|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
断片化されたデータを受け取るオブジェクトのインターフェースです。
| メソッドの概要 | |
void |
addFragment()
断片を追加します。 |
void |
close(int id)
フラグメントへの書き込みを終了します。 |
void |
finish()
データの送信を終了します。 |
void |
insertFragmentBefore(int anchorId)
断片を挿入します。 |
void |
write(int id,
byte[] b,
int off,
int len)
データを送信します。 |
| メソッドの詳細 |
public void addFragment()
throws IOException
IOException
public void insertFragmentBefore(int anchorId)
throws IOException
anchorId -
IOException
public void write(int id,
byte[] b,
int off,
int len)
throws IOException
id - b - off - len -
IOException
public void close(int id)
throws IOException
id -
IOException
public void finish()
throws IOException
IOException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||