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