readChar

 

public char readChar() throws JMSException;

Reads a Unicode character value from the bytes message.

Returns

  • the next two bytes from the bytes message as a Unicode character.

Exceptions

  • JMSException - with reasons

    • MQJMS_EXCEPTION_MESSAGE_NOT_READABLE

    • MQJMS_EXCEPTION_MESSAGE_EOF


uj25890_