Writeable Class Interface

Provides "specs" for methods which can be used with REALbasic classes to write data to disk or ports.

Events

None

Properties

None

Methods

Flush

Write

WriteError



Notes

The BinaryStream, IPCSocket, Serial, StdErr and StdOut (console applications only), TCPSocket, and TextOutputStream provide the Writeable class interface. If you implement this class interface in your application, you must provide the methods with the parameters as shown here.

For more information about class interfaces and how to implement them, see the section "Class Interfaces" in the User's Guide.


See Also

BinaryStream, IPCSocket, Serial, StdErr, StdOut, TCPSocket, TextOutputStream classes.