public class GZIPRequestStream
extends javax.servlet.ServletInputStream
| Modifier and Type | Field and Description |
|---|---|
protected java.util.zip.GZIPInputStream |
zipInput |
| Constructor and Description |
|---|
GZIPRequestStream(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] buf,
int off,
int len) |
public GZIPRequestStream(javax.servlet.http.HttpServletRequest request)
throws java.io.IOException
java.io.IOExceptionpublic int read(byte[] buf,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionCopyright © 2018 OpenMRS Inc.. All Rights Reserved.