Reads a specified number of bytes starting from the unread portion of a QABinaryMessage instance body.
Visual Basic Public Function ReadBinary( _ ByVal bytes As Byte(), _ ByVal offset As Integer, _ ByVal len As Integer _ ) As Integer
C# public int ReadBinary( byte[] bytes, int offset, int len );
bytes The byte array that contains the read bytes.
offset The starting offset of the destination array.
len The maximum number of bytes to read.
The number of bytes read from the message body.
QAException class - Thrown if there was a conversion error reading the value or if there is no more input.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |