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 |
|---|---|
void |
close() |
int |
read(byte[] b,
int off,
int len) |
available, 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 DeflaterInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class DeflaterInputStreamIOExceptionCopyright © 2021 MuleSoft, Inc.. All rights reserved.