public class GZIPRequestStream
extends javax.servlet.ServletInputStream
| Modifier and Type | Field and Description |
|---|---|
protected GZIPInputStream |
zipInput |
| Constructor and Description |
|---|
GZIPRequestStream(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFinished() |
boolean |
isReady() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] buf,
int off,
int len) |
void |
setReadListener(javax.servlet.ReadListener readListener) |
available, close, mark, markSupported, reset, skipprotected GZIPInputStream zipInput
public GZIPRequestStream(javax.servlet.http.HttpServletRequest request)
throws IOException
IOExceptionpublic int read(byte[] buf,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic boolean isFinished()
isFinished in class javax.servlet.ServletInputStreampublic boolean isReady()
isReady in class javax.servlet.ServletInputStreampublic void setReadListener(javax.servlet.ReadListener readListener)
setReadListener in class javax.servlet.ServletInputStreamCopyright © 2024 OpenMRS Inc.. All rights reserved.