public class LzopInputStream extends LzoInputStream
in, inputBuffer, outputBuffer, outputBufferLen, outputBufferPos| Constructor and Description |
|---|
LzopInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompressedChecksumCount() |
int |
getFlags() |
int |
getUncompressedChecksumCount() |
protected void |
logState(String when) |
protected boolean |
readBlock() |
protected int |
readHeader()
Read and verify an lzo header, setting relevant block checksum options
and ignoring most everything else.
|
available, close, decompress, read, read, read, readBytes, readInt, setInputBufferSize, setOutputBufferSizemark, markSupported, reset, skippublic LzopInputStream(@Nonnull InputStream in) throws IOException
IOExceptionpublic int getFlags()
@Nonnegative public int getCompressedChecksumCount()
@Nonnegative public int getUncompressedChecksumCount()
protected void logState(@Nonnull String when)
logState in class LzoInputStreamprotected int readHeader() throws IOException
IOExceptionprotected boolean readBlock() throws IOException
readBlock in class LzoInputStreamIOException