Writes a byte to this stream.
public void writeByte( byte value )
value
The byte value to write.
IOException thrown if an I/O error occurs or if the stream does not support writing.
The current position is advanced by one byte.
See Also readByte