writeChar

 

public void writeChar(char value) throws JMSException;

Writes a char to the bytes message as a 2-byte value, high byte first.

Parameters

  • value - the char value to be written.

Exceptions

  • JMSException - with reason

    • MQJMS_EXCEPTION_MESSAGE_NOT_WRITABLE

    • MQJMS_EXCEPTION_RESOURCE_ALLOCATION


uj26040_