public class GZIPCompressionInputStream extends CompressionInputStream
Constructor and Description |
---|
GZIPCompressionInputStream(InputStream in,
CompressionProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
getCompressionProvider, nextEntry, read, read
available, mark, markSupported, reset, skip
public GZIPCompressionInputStream(InputStream in, CompressionProvider provider) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class CompressionInputStream
IOException
public int read() throws IOException
read
in class CompressionInputStream
IOException