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

writeShort method Next Page

writeString method


Synopsis

void ianywhere.qanywhere.client.QABinaryMessage.writeString(
String val
)
throws QAException

Parameters
Throws
Remarks

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

Note: The receiving application needs to invoke QABinaryMessage.readString for each writeString invocation.

Note: The UTF-8 representation of the string to be written can be at most 32767 bytes.

See Also

readString method