com.liferay.util.servlet
Class GenericServletInputStream
java.lang.Object
java.io.InputStream
javax.servlet.ServletInputStream
com.liferay.util.servlet.GenericServletInputStream
- All Implemented Interfaces:
- Closeable
public class GenericServletInputStream
- extends javax.servlet.ServletInputStream
Method Summary |
int |
read()
|
Methods inherited from class javax.servlet.ServletInputStream |
readLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericServletInputStream
public GenericServletInputStream(InputStream inputStream)
read
public int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException