|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.cssj.cti.helpers.PositionalContentBuilderWrapper
各断片の位置情報を得るためのContentBuilderのラッパーです。
入れ子クラスの概要 | |
protected class |
PositionalContentBuilderWrapper.Fragment
|
クラス jp.cssj.cti.helpers.PositionalContentBuilder から継承した入れ子クラス |
PositionalContentBuilder.Info |
フィールドの概要 | |
protected ContentBuilder |
builder
|
protected PositionalContentBuilderWrapper.Fragment |
first
|
protected List |
frgs
|
protected PositionalContentBuilderWrapper.Fragment |
last
|
コンストラクタの概要 | |
PositionalContentBuilderWrapper(ContentBuilder builder)
|
メソッドの概要 | |
void |
addFragment()
断片を追加します。 |
void |
close(int id)
フラグメントへの書き込みを終了します。 |
void |
finish()
データの送信を終了します。 |
protected PositionalContentBuilderWrapper.Fragment |
getFragment(int id)
|
PositionalContentBuilder.Info |
getPositionalInfo()
|
void |
insertFragmentBefore(int anchorId)
断片を挿入します。 |
protected int |
nextId()
|
protected void |
putFragment(int id,
PositionalContentBuilderWrapper.Fragment frg)
|
void |
write(int id,
byte[] b,
int off,
int len)
データを送信します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected final ContentBuilder builder
protected List frgs
protected PositionalContentBuilderWrapper.Fragment first
protected PositionalContentBuilderWrapper.Fragment last
コンストラクタの詳細 |
public PositionalContentBuilderWrapper(ContentBuilder builder)
メソッドの詳細 |
protected int nextId()
protected PositionalContentBuilderWrapper.Fragment getFragment(int id)
protected void putFragment(int id, PositionalContentBuilderWrapper.Fragment frg)
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 void finish() throws IOException
ContentBuilder
の記述:
ContentBuilder
内の finish
IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |