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

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

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


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