public class BlockLZ4CompressorInputStream extends AbstractLZ77CompressorInputStream
supplier| 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, hasMoreDataInBlock, prefill, read, readBackReference, readLiteral, readOneByte, startBackReference, startLiteralcount, count, getBytesRead, getCount, getUncompressedCount, pushedBackBytesmark, markSupported, read, reset, skipclone, equals, finalize, 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 © 2018 The Apache Software Foundation. All rights reserved.