Liferay 6.1.2-ce-ga3

com.liferay.util.servlet
Class GenericServletInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by javax.servlet.ServletInputStream
          extended by com.liferay.util.servlet.GenericServletInputStream
All Implemented Interfaces:
Closeable

public class GenericServletInputStream
extends javax.servlet.ServletInputStream


Constructor Summary
GenericServletInputStream(InputStream inputStream)
           
 
Method Summary
 int read()
           
 
Methods inherited from class javax.servlet.ServletInputStream
readLine
 
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

GenericServletInputStream

public GenericServletInputStream(InputStream inputStream)
Method Detail

read

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

Liferay 6.1.2-ce-ga3