public class CachedServletInputStream extends ServletInputStreamWrapper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PERCENT |
| Constructor and Description |
|---|
CachedServletInputStream(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.ServletInputStream |
getCachedInputStream() |
int |
read(byte[] b,
int off,
int len) |
available, close, isFinished, isReady, mark, markSupported, read, read, readLine, reset, setReadListener, skippublic CachedServletInputStream(javax.servlet.http.HttpServletRequest request)
throws java.io.IOException
java.io.IOExceptionpublic javax.servlet.ServletInputStream getCachedInputStream()
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class ServletInputStreamWrapperjava.io.IOExceptionCopyright © 2001-2017 Jalios SA. All Rights Reserved.