public abstract class CompressionInputStream extends InputStream
| Constructor and Description | 
|---|
CompressionInputStream(InputStream in,
                      CompressionProvider provider)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
CompressionProvider | 
getCompressionProvider()  | 
Object | 
nextEntry()  | 
int | 
read()  | 
int | 
read(byte[] b)  | 
int | 
read(byte[] b,
    int off,
    int len)  | 
available, mark, markSupported, reset, skippublic CompressionInputStream(InputStream in, CompressionProvider provider)
public CompressionProvider getCompressionProvider()
public Object nextEntry() throws IOException
IOExceptionpublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
         throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
         throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
                int off,
                int len)
         throws IOException
read in class InputStreamIOException