ResourceStream REALbasic Plugin |
|
ResourceStream.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
ResourceStream Class