readDecimal8

 

public long readDecimal8() throws IOException;

Reads an 8-byte packed decimal number in the range -999,999,999,999,999 to 999,999,999,999,999.

Returns

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

Exceptions

  • IOException - if there is a problem with IO.


uj13780_