|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
javax.servlet.ServletInputStream
com.liferay.util.servlet.ServletInputStreamWrapper
com.liferay.util.servlet.fileupload.LiferayInputStream
Constructor Summary | |
LiferayInputStream(javax.servlet.http.HttpServletRequest req)
|
Method Summary | |
javax.servlet.ServletInputStream |
getCachedInputStream()
|
int |
read(byte[] b,
int off,
int len)
|
Methods inherited from class com.liferay.util.servlet.ServletInputStreamWrapper |
available, close, mark, markSupported, read, read, readLine, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LiferayInputStream(javax.servlet.http.HttpServletRequest req) throws java.io.IOException
Method Detail |
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class ServletInputStreamWrapper
java.io.IOException
public javax.servlet.ServletInputStream getCachedInputStream() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |