jp.cssj.cti.helpers
クラス ContentBuilderOutputStream

java.lang.Object
  拡張java.io.OutputStream
      拡張jp.cssj.cti.helpers.ContentBuilderOutputStream

public class ContentBuilderOutputStream
extends OutputStream

バージョン:
$Id: ContentBuilderOutputStream.java,v 1.2 2005/06/03 12:22:16 harumanx Exp $
作成者:
MIYABE Tatsuhiko

コンストラクタの概要
ContentBuilderOutputStream(ContentBuilder 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
 

コンストラクタの詳細

ContentBuilderOutputStream

public ContentBuilderOutputStream(ContentBuilder 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


Copyright(c) 2004-2005 CSSJ T.MIYABE All Rights Reserved.