void ianywhere.qanywhere.client.QABinaryMessage.writeBinary(
byte[] val,
int len
)
throws QAException
val The byte array value to write to the message body.
len The number of bytes to write.
Thrown if there is a problem appending the byte array to the message body.
Appends a byte array value to the QABinaryMessage instance's message body.