Overview | Methods | This Package | All Packages
Writes a byte to this stream.
Syntax
public void writeByte( byte value )
Parameters
value
The byte value to write.
Exceptions
IOException thrown if an I/O error occurs or if the stream does not support writing.
Remarks
The current position is advanced by one byte.
See Also readByte