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

writeByte method Next Page

writeChar method


Synopsis

void ianywhere.qanywhere.client.QABinaryMessage.writeChar(
char val
)
throws QAException

Parameters
Throws
Remarks

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

The char is represented as a two byte value and the high order byte is appended first.

See Also

readChar method