jp.common.socket
クラス MonitoringInputStream

java.lang.Object
  上位を拡張 java.io.InputStream
      上位を拡張 jp.common.socket.MonitoringInputStream
すべての実装されたインタフェース:
java.io.Closeable

public class MonitoringInputStream
extends java.io.InputStream


メソッドの概要
 int available()
           
 void close()
           
 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)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

available

public int available()
              throws java.io.IOException
オーバーライド:
クラス java.io.InputStream 内の available
例外:
java.io.IOException

close

public void close()
           throws java.io.IOException
定義:
インタフェース java.io.Closeable 内の close
オーバーライド:
クラス java.io.InputStream 内の close
例外:
java.io.IOException

mark

public void mark(int readlimit)
オーバーライド:
クラス java.io.InputStream 内の mark

markSupported

public boolean markSupported()
オーバーライド:
クラス java.io.InputStream 内の markSupported

read

public int read()
         throws java.io.IOException
定義:
クラス java.io.InputStream 内の read
例外:
java.io.IOException

read

public int read(byte[] b)
         throws java.io.IOException
オーバーライド:
クラス java.io.InputStream 内の read
例外:
java.io.IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
オーバーライド:
クラス java.io.InputStream 内の read
例外:
java.io.IOException

reset

public void reset()
           throws java.io.IOException
オーバーライド:
クラス java.io.InputStream 内の reset
例外:
java.io.IOException

skip

public long skip(long n)
          throws java.io.IOException
オーバーライド:
クラス java.io.InputStream 内の skip
例外:
java.io.IOException