Writeable

From Xojo Documentation

Interface


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

Methods
Flush Write

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.

See Also

BinaryStream, IPCSocket, Serial, StdErr, StdOut, TCPSocket, TextOutputStream classes; Readable interface.