jp.cssj.cti.helpers
クラス RequestConsumerOutputStream

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

public class RequestConsumerOutputStream
extends java.io.OutputStream

バージョン:
$Id: RequestConsumerOutputStream.java,v 1.1 2005/03/26 10:22:30 harumanx Exp $
作成者:
MIYABE Tatsuhiko

コンストラクタの概要
RequestConsumerOutputStream(RequestConsumer consumer)
           
 
メソッドの概要
 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
 

コンストラクタの詳細

RequestConsumerOutputStream

public RequestConsumerOutputStream(RequestConsumer consumer)
メソッドの詳細

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.