Writeable
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Interface
Provides "specs" for classes with methods which can be used to write data to disk or ports.
Methods | ||
|
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.