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, readavailable, mark, markSupported, 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