public class BlockLZ4CompressorInputStream extends AbstractLZ77CompressorInputStream
supplier
Constructor and Description |
---|
BlockLZ4CompressorInputStream(java.io.InputStream is)
Creates a new LZ4 input stream.
|
Modifier and Type | Method and Description |
---|---|
int |
read(byte[] b,
int off,
int len) |
available, close, getCompressedCount, getSize, hasMoreDataInBlock, prefill, read, readBackReference, readLiteral, readOneByte, startBackReference, startLiteral
count, count, getBytesRead, getCount, getUncompressedCount, pushedBackBytes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUncompressedCount
public BlockLZ4CompressorInputStream(java.io.InputStream is) throws java.io.IOException
is
- An InputStream to read compressed data fromjava.io.IOException
- if reading failspublic int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException