BuildMaster SDK Reference
Version:
WriteByte(byte value) Method
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
Syntax
public
virtual
void WriteByte(byte value)
Parameters
- value
- Type: byte
The byte to write to the stream.
Exceptions
System.ObjectDisposedException
|
Methods were called after the stream was closed.
|
System.NotSupportedException
|
The stream does not support writing.
|