jp.go.nict.langrid.commons.ws.servlet
クラス InputStreamServletInputStream
java.lang.Object
java.io.InputStream
javax.servlet.ServletInputStream
jp.go.nict.langrid.commons.ws.servlet.InputStreamServletInputStream
- すべての実装されたインタフェース:
- Closeable
public class InputStreamServletInputStream
- extends javax.servlet.ServletInputStream
他のストリームをソースに持つServletInputStream。
- バージョン:
- $Revision: 10462 $
- 作成者:
- Takao Nakaguchi, $Author: nakaguchi $
メソッドの概要 |
void |
close()
|
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int off,
int len)
|
クラス javax.servlet.ServletInputStream から継承されたメソッド |
readLine |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputStreamServletInputStream
public InputStreamServletInputStream(InputStream stream)
- コンストラクタ。
- パラメータ:
stream
- ソースにするストリーム
read
public int read()
throws IOException
- 定義:
- クラス
InputStream
内の read
- 例外:
IOException
read
public int read(byte[] b)
throws IOException
- オーバーライド:
- クラス
InputStream
内の read
- 例外:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- オーバーライド:
- クラス
InputStream
内の read
- 例外:
IOException
close
public void close()
throws IOException
- 定義:
- インタフェース
Closeable
内の close
- オーバーライド:
- クラス
InputStream
内の close
- 例外:
IOException