Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.client package » Interface QABinaryMessage

writeBinary method Next Page

writeBinary method


Synopsis

void ianywhere.qanywhere.client.QABinaryMessage.writeBinary(
byte[] val,
int len
)
throws QAException

Parameters
Throws
Remarks

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

See Also

readBinary method