public class GZIPCompressionInputStream extends CompressionInputStream
| Constructor and Description |
|---|
GZIPCompressionInputStream(InputStream in,
CompressionProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
getCompressionProvider, nextEntryavailable, mark, markSupported, read, read, reset, skippublic GZIPCompressionInputStream(InputStream in, CompressionProvider provider) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class CompressionInputStreamIOExceptionpublic int read()
throws IOException
read in class CompressionInputStreamIOException