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

readBoolean method


Synopsis

boolean ianywhere.qanywhere.client.QABinaryMessage.readBoolean()
throws QAException

Throws
Remarks

Reads a boolean value starting from the unread portion of the QABinaryMessage instance's message body.

See Also

writeBoolean method

Returns

The boolean value read from the message body.