|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.cssj.cti.helpers.NullContentBuilder
何も生成しないビルダです。
入れ子クラスの概要 |
クラス jp.cssj.cti.helpers.PositionalContentBuilder から継承した入れ子クラス |
PositionalContentBuilder.Info |
フィールドの概要 | |
static NullContentBuilder |
SHARED_INSTANCE
|
コンストラクタの概要 | |
NullContentBuilder()
|
メソッドの概要 | |
void |
addFragment()
断片を追加します。 |
void |
close(int id)
フラグメントへの書き込みを終了します。 |
protected void |
finalize()
|
void |
finish()
データの送信を終了します。 |
long |
getLength()
|
PositionalContentBuilder.Info |
getPositionalInfo()
|
void |
insertFragmentBefore(int anchorId)
断片を挿入します。 |
void |
write(int id,
byte[] b,
int off,
int len)
データを送信します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final NullContentBuilder SHARED_INSTANCE
コンストラクタの詳細 |
public NullContentBuilder()
メソッドの詳細 |
public PositionalContentBuilder.Info getPositionalInfo()
PositionalContentBuilder
内の getPositionalInfo
public void addFragment() throws IOException
ContentBuilder
の記述:
ContentBuilder
内の addFragment
IOException
public void insertFragmentBefore(int anchorId) throws IOException
ContentBuilder
の記述:
ContentBuilder
内の insertFragmentBefore
anchorId
-
IOException
public void write(int id, byte[] b, int off, int len) throws IOException
ContentBuilder
の記述:
ContentBuilder
内の write
id
- b
- off
- len
-
IOException
public void close(int id) throws IOException
ContentBuilder
の記述:
ContentBuilder
内の close
id
-
IOException
public long getLength()
public void finish() throws IOException
ContentBuilder
の記述:
ContentBuilder
内の finish
IOException
protected void finalize() throws IOException
IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |