readByte
public byte readByte() throws IOException, EOFException;
Reads a byte from the current position in the message buffer.
- Returns
- the (signed) byte.
- Exceptions
- IOException - if there is a problem with IO.
- EOFException - if the read goes beyond the end of file.
uj13740_