Reads a byte from this stream.
public byte readByte()
Returns the byte value that was read.
IOException thrown if an I/O error occurs or if the stream does not support reading.
EOFException thrown if the stream is at the end.
The current position is advanced by one byte.
See Also writeByte