- Zstd - Class in com.github.luben.zstd
-
- Zstd() - Constructor for class com.github.luben.zstd.Zstd
-
- ZstdContinuousInputStream - Class in com.github.luben.zstd
-
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
- ZstdContinuousInputStream(InputStream) - Constructor for class com.github.luben.zstd.ZstdContinuousInputStream
-
- ZstdInputStream - Class in com.github.luben.zstd
-
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
- ZstdInputStream(InputStream) - Constructor for class com.github.luben.zstd.ZstdInputStream
-
- ZstdInputStreamV04 - Class in com.github.luben.zstd
-
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
- ZstdInputStreamV04(InputStream, byte[], int) - Constructor for class com.github.luben.zstd.ZstdInputStreamV04
-
- ZstdInputStreamV05 - Class in com.github.luben.zstd
-
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
- ZstdInputStreamV05(InputStream, byte[], int) - Constructor for class com.github.luben.zstd.ZstdInputStreamV05
-
- ZstdInputStreamV06 - Class in com.github.luben.zstd
-
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
- ZstdInputStreamV06(InputStream, byte[], int) - Constructor for class com.github.luben.zstd.ZstdInputStreamV06
-
- ZstdOutputStream - Class in com.github.luben.zstd
-
OutputStream filter that compresses the data using Zstd compression
Caveat: flush method with flush only the completed blocks of
128KB size to the output
- ZstdOutputStream(OutputStream, int) - Constructor for class com.github.luben.zstd.ZstdOutputStream
-
- ZstdOutputStream(OutputStream) - Constructor for class com.github.luben.zstd.ZstdOutputStream
-