jp.cssj.rsr
インタフェース SerialSupport

すべてのスーパーインタフェース:
RandomBuilder
既知の実装クラスの一覧:
FileRandomBuilder, StreamRandomBuilder

public interface SerialSupport
extends RandomBuilder

直列化された単純なデータをサポートします。

バージョン:
$Id$
作成者:
MIYABE Tatsuhiko

入れ子クラスの概要
 
クラス jp.cssj.rsr.RandomBuilder から継承した入れ子クラス
RandomBuilder.PositionInfo
 
メソッドの概要
 void write(byte[] b, int off, int len)
          データを追加します。
 
インタフェース jp.cssj.rsr.RandomBuilder から継承したメソッド
addBlock, closeBlock, dispose, finish, getPositionInfo, insertBlockBefore, supportsPositionInfo, write
 

メソッドの詳細

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
データを追加します。

パラメータ:
b - バイト列。
off - バイト列中の開始位置。
len - バイト列中のデータの長さ。
例外:
IOException


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