org.seasar.robot.util
クラス IgnoreCloseInputStream
java.lang.Object
java.io.InputStream
org.seasar.robot.util.IgnoreCloseInputStream
- すべての実装されたインタフェース:
- Closeable
public class IgnoreCloseInputStream
- extends InputStream
This inputstream ignores a close method.
- 作成者:
- shinsuke
IgnoreCloseInputStream
public IgnoreCloseInputStream(InputStream inputStream)
close
public void close()
throws IOException
- 定義:
- インタフェース
Closeable
内の close
- オーバーライド:
- クラス
InputStream
内の close
- 例外:
IOException
available
public int available()
throws IOException
- オーバーライド:
- クラス
InputStream
内の available
- 例外:
IOException
equals
public boolean equals(Object obj)
- オーバーライド:
- クラス
Object
内の equals
hashCode
public int hashCode()
- オーバーライド:
- クラス
Object
内の hashCode
mark
public void mark(int readlimit)
- オーバーライド:
- クラス
InputStream
内の mark
markSupported
public boolean markSupported()
- オーバーライド:
- クラス
InputStream
内の markSupported
read
public int read()
throws IOException
- 定義:
- クラス
InputStream
内の read
- 例外:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- オーバーライド:
- クラス
InputStream
内の read
- 例外:
IOException
read
public int read(byte[] b)
throws IOException
- オーバーライド:
- クラス
InputStream
内の read
- 例外:
IOException
reset
public void reset()
throws IOException
- オーバーライド:
- クラス
InputStream
内の reset
- 例外:
IOException
skip
public long skip(long n)
throws IOException
- オーバーライド:
- クラス
InputStream
内の skip
- 例外:
IOException
toString
public String toString()
- オーバーライド:
- クラス
Object
内の toString
Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.