LongBinaryStream REALbasic Plugin |
|
LongBinaryStream.WriteByte Method
Use this method to write a single byte stored in Integer to the stream.
WriteByte(
Value as Integer)
Parameters
- Value
- ASCII value of the byte to write.
Remarks
See Also
LongBinaryStream Class