Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从 QABinaryMessage 实例消息主体的未读部分开始读取指定字节数。
public virtual qa_int readBinary(qa_bytes value, qa_int length)
value 将数据读取到的缓冲区。
length 要读取的最大字节数。
返回读取到缓冲区的字节总数;如果已到达流末尾而没有其它数据,则返回 -1。