org.seasar.portlet.wrapper
クラス ServletInputStreamWrapper

java.lang.Object
  上位を拡張 java.io.InputStream
      上位を拡張 javax.servlet.ServletInputStream
          上位を拡張 org.seasar.portlet.wrapper.ServletInputStreamWrapper
すべての実装されたインタフェース:
java.io.Closeable

public class ServletInputStreamWrapper
extends javax.servlet.ServletInputStream

This class is a dummy ServletInputStream.

作成者:
Shinsuke Sugaya

フィールドの概要
(package private)  java.io.InputStream inputStream
           
 
コンストラクタの概要
ServletInputStreamWrapper(java.io.InputStream inputStream)
           
 
メソッドの概要
 int available()
           
 void close()
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 int readLine(byte[] b, int off, int len)
           
 void reset()
           
 long skip(long n)
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

inputStream

java.io.InputStream inputStream
コンストラクタの詳細

ServletInputStreamWrapper

public ServletInputStreamWrapper(java.io.InputStream inputStream)
メソッドの詳細

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

equals

public boolean equals(java.lang.Object obj)
オーバーライド:
クラス java.lang.Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode

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,
                int off,
                int len)
         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

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

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString

readLine

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


Copyright 2006 null. All Rights Reserved.