readInt

 

public int readInt() throws JMSException;

Reads a signed 32-bit integer from the bytes message.

Returns

  • the next four bytes from the bytes message, interpreted as an int.

Exceptions

  • JMSException - with reasons

    • MQJMS_EXCEPTION_MESSAGE_NOT_READABLE

    • MQJMS_EXCEPTION_MESSAGE_EOF

  • IOException - if an I/O error has occurred.


uj25920_