jp.cssj.rsr.helpers
クラス RandomBuilderOutputStream
java.lang.Object
java.io.OutputStream
jp.cssj.rsr.helpers.RandomBuilderOutputStream
- public class RandomBuilderOutputStream
- extends OutputStream
RandomBuilderの特定の断片にデータを書き込むストリームです。
- バージョン:
- $Id: RandomBuilderOutputStream.java 324 2009-08-02 05:51:25Z miyabe $
- 作成者:
- MIYABE Tatsuhiko
クラス 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
- 例外:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- 例外:
IOException
write
public void write(byte[] b)
throws IOException
- 例外:
IOException
close
public void close()
throws IOException
- 例外:
IOException
(c)2008-2009 GNN & Co.,Ltd.