EAF 7.6 Implementation

org.enhydra.util.chiba
Class ChibaPresentationInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by javax.servlet.ServletInputStream
          extended by org.enhydra.util.chiba.ChibaPresentationInputStream
All Implemented Interfaces:
java.io.Closeable

public class ChibaPresentationInputStream
extends javax.servlet.ServletInputStream


Constructor Summary
ChibaPresentationInputStream(java.io.InputStream inputStream)
           
 
Method Summary
 int read()
           
 int readLine(byte[] b, int off, int len)
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChibaPresentationInputStream

public ChibaPresentationInputStream(java.io.InputStream inputStream)
Method Detail

readLine

public int readLine(byte[] b,
                    int off,
                    int len)
             throws java.io.IOException
Overrides:
readLine in class javax.servlet.ServletInputStream
Throws:
java.io.IOException

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

EAF 7.6 Implementation