Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将长度字节从字节数组附加到 QABinaryMessage 实例的消息主体中。
void QABinaryMessage.writeBinary( byte[] val, int length ) throws QAException
val 写入消息主体的字节数组值。
length 要写入的字节数。
QAException 类 如果将字节数组附加到消息主体时存在问题,则抛出异常。
writeBinary(val,len) 方法与以下方法的效果相同:writeBinary(val,0,len)