Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
QABinaryMessage インスタンスの本文未読部分の先頭からいくつかのバイト数を読み込んで、dest 配列に格納します。
int QABinaryMessage.readBinary(byte[] dest) throws QAException
dest 読み込まれたバイトを保持する byte 配列。
メッセージ本文から読み込まれたバイト数。読み込めるバイトが残っていない場合は -1。
QAException クラス メッセージからのバイトの読み込み時にエラーが発生した場合にスローされます。
readBinary(dest) メソッドには、readBinary(dest,0,dest.length) と同じ効果があります。