jp.cssj.cti.helpers
クラス ContentBuilderOutputStream

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

public class ContentBuilderOutputStream
extends java.io.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 java.io.IOException
例外:
java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
例外:
java.io.IOException

write

public void write(byte[] b)
           throws java.io.IOException
例外:
java.io.IOException

close

public void close()
           throws java.io.IOException
例外:
java.io.IOException


Copyright(c) 2005-2008 GNN & Co.,Ltd All Rights Reserved.