readInt8

 

public long readInt8() throws IOException;

Identical to readLong(). Provided for cross-language WebSphere MQ API compatibility.

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.


uj13860_