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, skip
protected GZIPInputStream zipInput
public GZIPRequestStream(javax.servlet.http.HttpServletRequest request) throws IOException
IOException
public int read(byte[] buf, int off, int len) throws IOException
read
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b) throws IOException
read
in class InputStream
IOException
public boolean isFinished()
isFinished
in class javax.servlet.ServletInputStream
public boolean isReady()
isReady
in class javax.servlet.ServletInputStream
public void setReadListener(javax.servlet.ReadListener readListener)
setReadListener
in class javax.servlet.ServletInputStream
Copyright © 2024 OpenMRS Inc.. All rights reserved.