readUnsignedByte

 

public int readUnsignedByte() throws IOException;

Reads an unsigned byte from the current position in the message buffer.

Returns

  • an int which contains the value.

Exceptions

  • IOException - if there is a problem with IO.


uj13960_