Readable
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Interface
Provides "specs" for reading with the Readable class interface.
Methods | ||
|
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.