Class BlockLZ4CompressorInputStream
java.lang.Object
java.io.InputStream
org.apache.commons.compress.compressors.CompressorInputStream
org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable,InputStreamStatistics
CompressorInputStream for the LZ4 block format.
- Since:
- 1.14
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new LZ4 input stream. -
Method Summary
Methods inherited from class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
available, close, getCompressedCount, getSize, prefill, readMethods inherited from class org.apache.commons.compress.compressors.CompressorInputStream
getBytesRead, getCount, getUncompressedCountMethods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferToMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.compress.utils.InputStreamStatistics
getUncompressedCount
-
Constructor Details
-
BlockLZ4CompressorInputStream
Creates a new LZ4 input stream.- Parameters:
is- An InputStream to read compressed data from
-
-
Method Details
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-