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.IOException
public int read(byte[] buf, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] b) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.