TStreamFileWriter() > Methods |
Writes a single byte into the data stream.
:writeByte( <cByte> ) --> self
Method :writeByte() writes a single byte to the current position in data stream and advances the file pointer by 1. When the byte cannot be written, a runtime error is raised.
http://www.xHarbour.com