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(InputStream inputStream)
           
 
メソッドの概要
 int available()
           
 void close()
           
 boolean equals(Object obj)
           
 int hashCode()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 void reset()
           
 long skip(long n)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

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.