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

readBinary method Next Page

readBinary method


Synopsis

int ianywhere.qanywhere.client.QABinaryMessage.readBinary(
byte[] dest,
int length
)
throws QAException

Parameters
Throws
Remarks

Reads a specified number of bytes starting from the unread portion of a QABinaryMessage instance body.

See Also

writeBinary method

Returns

The number of bytes read from the message body.