readShort

 

public short readShort() throws IOException;

Reads a short from the current position in the message buffer.

Returns

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

Exceptions

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


uj13910_