Writes a byte to this stream.
public void writeByte( byte value )
value
The value to write.
This method implements the IDataStream.writeByte method. This method calls the write method to write the byte to the stream.