public class GZIPCompressorInputStream extends DeflaterInputStream
buf, def
in
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, skip
read
public 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 DeflaterInputStream
IOException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.