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

writeLong method Next Page

writeShort method


Synopsis

void ianywhere.qanywhere.client.QABinaryMessage.writeShort(
short val
)
throws QAException

Parameters
Throws
Remarks

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

The short parameter is represented as a two byte value and the higher order byte is appended first.

See Also

readShort method