public class SnappyCompressionInputStream extends CompressionInputStream
delegate| Constructor and Description |
|---|
SnappyCompressionInputStream(InputStream in,
CompressionProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected static org.xerial.snappy.SnappyInputStream |
getDelegate(InputStream in) |
Object |
nextEntry() |
int |
read() |
getCompressionProvider, read, readavailable, mark, markSupported, reset, skippublic SnappyCompressionInputStream(InputStream in, CompressionProvider provider) throws IOException
IOExceptionprotected static org.xerial.snappy.SnappyInputStream getDelegate(InputStream in) 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 CompressionInputStreamIOExceptionCopyright © 2018 Hitachi Vantara. All rights reserved.