jp.cssj.rsr.helpers
クラス RandomBuilderOutputStream

java.lang.Object
  上位を拡張 java.io.OutputStream
      上位を拡張 jp.cssj.rsr.helpers.RandomBuilderOutputStream
すべての実装されたインタフェース:
Closeable, Flushable

public class RandomBuilderOutputStream
extends OutputStream

RandomBuilderの特定の断片にデータを書き込むストリームです。

バージョン:
$Id: RandomBuilderOutputStream.java 324 2009-08-02 05:51:25Z miyabe $
作成者:
MIYABE Tatsuhiko

コンストラクタの概要
RandomBuilderOutputStream(RandomBuilder builder, int fragmentId)
           
 
メソッドの概要
 void close()
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
クラス java.io.OutputStream から継承されたメソッド
flush
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RandomBuilderOutputStream

public RandomBuilderOutputStream(RandomBuilder builder,
                                 int fragmentId)
メソッドの詳細

write

public void write(int b)
           throws IOException
定義:
クラス OutputStream 内の write
例外:
IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
オーバーライド:
クラス OutputStream 内の write
例外:
IOException

write

public void write(byte[] b)
           throws IOException
オーバーライド:
クラス OutputStream 内の write
例外:
IOException

close

public void close()
           throws IOException
定義:
インタフェース Closeable 内の close
オーバーライド:
クラス OutputStream 内の close
例外:
IOException


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