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, skip
public CachedServletInputStream(javax.servlet.http.HttpServletRequest request) throws java.io.IOException
java.io.IOException
public javax.servlet.ServletInputStream getCachedInputStream()
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class ServletInputStreamWrapper
java.io.IOException
Copyright © 2001-2018 Jalios SA. All Rights Reserved.