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, setOutputBufferSize
mark, markSupported, reset, skip
public LzopInputStream(@Nonnull InputStream in) throws IOException
IOException
public int getFlags()
@Nonnegative public int getCompressedChecksumCount()
@Nonnegative public int getUncompressedChecksumCount()
protected void logState(@Nonnull String when)
logState
in class LzoInputStream
protected int readHeader() throws IOException
IOException
protected boolean readBlock() throws IOException
readBlock
in class LzoInputStream
IOException