public class SnappyCompressionInputStream extends CompressionInputStream
| Constructor and Description |
|---|
SnappyCompressionInputStream(InputStream in,
CompressionProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
nextEntry() |
int |
read() |
getCompressionProvideravailable, mark, markSupported, read, read, reset, skippublic SnappyCompressionInputStream(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 CompressionInputStreamIOExceptionpublic Object nextEntry() throws IOException
nextEntry in class CompressionInputStreamIOException