jp.cssj.rsr.impl
クラス AbstractRandomAccessFileBuilder.Block

java.lang.Object
  拡張jp.cssj.rsr.impl.AbstractRandomAccessFileBuilder.Block
含まれているクラス:
AbstractRandomAccessFileBuilder

protected class AbstractRandomAccessFileBuilder.Block
extends Object


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

フィールドの詳細

prev

public AbstractRandomAccessFileBuilder.Block prev

next

public AbstractRandomAccessFileBuilder.Block next
コンストラクタの詳細

AbstractRandomAccessFileBuilder.Block

public AbstractRandomAccessFileBuilder.Block(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)
             throws IOException
例外:
IOException

dispose

public void dispose()


(c)2008-2009 GNN & Co.,Ltd.