writeBinary method

Syntax
void ianywhere.qanywhere.client.QABinaryMessage.writeBinary(
  byte[] val
)
throws QAException
Parameters
  • val   The byte array value to write to the message body.

Throws
  • Thrown if there is a problem appending the byte array to the message body.
Remarks

Appends a byte array value to the QABinaryMessage instance's message body.

See Also

readBinary method