public class GZIPCompressorInputStream extends DeflaterInputStream
buf, defin| Constructor and Description |
|---|
GZIPCompressorInputStream(InputStream in)
Creates a new
GZIPCompressorInputStream from an uncompressed InputStream. |
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skipreadpublic GZIPCompressorInputStream(InputStream in)
GZIPCompressorInputStream from an uncompressed InputStream.in - The uncompressed InputStream.public int read(byte[] b,
int off,
int len)
throws IOException
read in class DeflaterInputStreamIOExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.