Writeable

From Xojo Documentation

You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly...

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.