Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从 QABinaryMessage 实例主体的未读部分开始读取部分数量的字节并将其存储到数组目标中。
int QABinaryMessage.readBinary(byte[] dest) throws QAException
dest 保存读取字节的字节数组。
从消息主体读取的字节数;如果不存在其它可用字节,则返回 -1。
QAException 类 如果从消息中读取字节时出现错误,则抛出异常。
readBinary(dest) 方法与以下方法的效果相同:readBinary(dest,0,dest.length)