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
クラス 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.