readLong

 

public long readLong() throws IOException;

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

Returns

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

Exceptions

  • IOException - if encoding is not equal to either of these values.


uj13880_