public final class SnappyFramedInputStream extends InputStream
InputStream.| Modifier and Type | Class and Description |
|---|---|
static class |
SnappyFramedInputStream.FrameData |
static class |
SnappyFramedInputStream.FrameMetaData |
| Constructor and Description |
|---|
SnappyFramedInputStream(InputStream in) |
SnappyFramedInputStream(InputStream in,
boolean verifyChecksums) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] output,
int offset,
int length) |
mark, markSupported, read, reset, skippublic SnappyFramedInputStream(InputStream in) throws IOException
IOExceptionpublic SnappyFramedInputStream(InputStream in, boolean verifyChecksums) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] output,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2011-2017. All Rights Reserved.