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 © 2018 MuleSoft, Inc.. All rights reserved.