readInt

 

public int readInt() throws IOException;

Reads an integer from the current position in the message buffer.

Returns

  • a big-endian integer if encoding is equal to MQC.MQENC_INTEGER_NORMAL, or a little-endian integer if it is equal to MQC.MQENC_INTEGER_REVERSED .

Exceptions

  • IOException - if there is a problem with IO.


uj13830_