readFloat

 

public float readFloat() throws JMSException;

Reads a float from the bytes message.

Returns

  • the next four bytes from the bytes message, interpreted as a float.

Exceptions

  • JMSException - with reasons

    • MQJMS_EXCEPTION_MESSAGE_NOT_READABLE

    • MQJMS_EXCEPTION_MESSAGE_EOF

    • MQJMS_EXCEPTION_UNEXPECTED_ERROR

    • MQJMS_EXCEPTION_MESSAGE_FORMAT


uj25910_