public class BlockLZ4CompressorInputStream extends AbstractLZ77CompressorInputStream
| Constructor and Description |
|---|
BlockLZ4CompressorInputStream(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, prefill, readgetBytesRead, getCount, getUncompressedCountmark, markSupported, read, reset, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUncompressedCountpublic BlockLZ4CompressorInputStream(InputStream is) throws IOException
is - An InputStream to read compressed data fromIOException - if reading failspublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved