Class ZstdInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.github.luben.zstd.ZstdInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ZstdInputStream extends FilterInputStream
InputStream filter that decompresses the data provided by the underlying InputStream using Zstd compression. It does not support mark/reset methods