Class ZstdCompressorInputStream

java.lang.Object
java.io.InputStream
org.apache.commons.compress.compressors.CompressorInputStream
org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
All Implemented Interfaces:
Closeable, AutoCloseable, InputStreamStatistics

CompressorInputStream implementation to decode Zstandard encoded stream.

This class avoids making the underlying zstd classes part of the public or protected API. The underlying implementation is provided through the Zstandard JNI library which is based on zstd.

Since:
1.16
See Also: