jp.cssj.cti.helpers
クラス FileContentBuilder.Fragment

java.lang.Object
  拡張jp.cssj.cti.helpers.FileContentBuilder.Fragment
含まれているクラス:
FileContentBuilder

protected class FileContentBuilder.Fragment
extends Object


フィールドの概要
 FileContentBuilder.Fragment next
           
 FileContentBuilder.Fragment prev
           
 
コンストラクタの概要
FileContentBuilder.Fragment(int id)
           
 
メソッドの概要
 void close()
           
 int getId()
           
 int getLength()
           
 void write(byte[] buff, int pos, int len)
           
 void writeTo(OutputStream out, byte[] buff)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

prev

public FileContentBuilder.Fragment prev

next

public FileContentBuilder.Fragment next
コンストラクタの詳細

FileContentBuilder.Fragment

public FileContentBuilder.Fragment(int id)
メソッドの詳細

getId

public int getId()

getLength

public int getLength()

write

public void write(byte[] buff,
                  int pos,
                  int len)
           throws IOException
例外:
IOException

close

public void close()
           throws IOException
例外:
IOException

writeTo

public void writeTo(OutputStream out,
                    byte[] buff)
             throws IOException
例外:
IOException


Copyright(c) 2004-2005 CSSJ T.MIYABE All Rights Reserved.