Xojo.IO.TextInputStream.Read
From Xojo Documentation
Method
Xojo.IO.TextInputStream.Read(numberOfBytes As UInt64) As Text
Supported for all project types and targets.
Supported for all project types and targets.
Reads the specified number of bytes from the stream and returns them as a Text object.
Exceptions
- IOException if there is not enough memory available or the stream is not open.