Readable

From Xojo Documentation

Interface


Provides "specs" for reading with the Readable class interface.

Methods
EndOfFile Read

Notes

If you implement this interface in your application, you must implement the methods with the parameters as shown here.

If an error occurs while reading, a RuntimeException will occur.

See Also

BinaryStream, IPCSocket, Serial, StdIn, TCPSocket, TextInputStream classes, Writeable interface.