TStreamFileReader() > Methods |
Reads a single byte from the data stream.
:readByte() --> cByte
Method :readByte() reads a single byte from the current position in data stream and returns it. When the end-of-file is reached, or when the file is empty, the return value is a null string ("").
http://www.xHarbour.com