writeBytes

 

public void writeBytes(byte[] value, int offset, int length) 
              throws JMSException;

Writes a portion of a byte array to the bytes message.

Parameters

  • value - the byte array value to be written.

  • offset - the initial offset within the byte array.

  • length - the number of bytes to use.

Exceptions

  • JMSException - with reason

    • MQJMS_EXCEPTION_MESSAGE_NOT_WRITABLE

    • MQJMS_EXCEPTION_RESOURCE_ALLOCATION


uj26030_