jp.cssj.cti.helpers
クラス RequestProducerInputStream

java.lang.Object
  拡張java.io.InputStream
      拡張jp.cssj.cti.helpers.RequestProducerInputStream
すべての実装インタフェース:
Progressive

public class RequestProducerInputStream
extends InputStream
implements Progressive

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

コンストラクタの概要
RequestProducerInputStream(RequestProducer producer)
           
 
メソッドの概要
 long getProgress()
          元のデータで処理済のバイト数を返します。
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 
クラス java.io.InputStream から継承したメソッド
available, close, mark, markSupported, reset, skip
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RequestProducerInputStream

public RequestProducerInputStream(RequestProducer producer)
メソッドの詳細

getProgress

public long getProgress()
インタフェース Progressive の記述:
元のデータで処理済のバイト数を返します。

定義:
インタフェース Progressive 内の getProgress
戻り値:

read

public int read()
         throws IOException
例外:
IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws IOException
例外:
IOException

read

public int read(byte[] b)
         throws IOException
例外:
IOException


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