readDecimal4

 

public int readDecimal4() throws IOException;

Reads a 4-byte packed decimal number in the range -9,999,999 to 9,999,999.

Returns

  • a big-endian int if encoding equals MQC.MQENC_DECIMAL_NORMAL or a little-endian int if it equals MQC.MQENC_DECIMAL_REVERSED.

Exceptions

  • IOException - if there is a problem with IO.


uj13770_