Package io.airlift.compress.v3.zstd
Interface ZstdDecompressor
- All Superinterfaces:
Decompressor
- All Known Implementing Classes:
ZstdJavaDecompressor,ZstdNativeDecompressor
-
Method Summary
Modifier and TypeMethodDescriptionstatic ZstdDecompressorcreate()longgetDecompressedSize(byte[] input, int offset, int length) Methods inherited from interface io.airlift.compress.v3.Decompressor
decompress, decompress
-
Method Details
-
getDecompressedSize
long getDecompressedSize(byte[] input, int offset, int length) -
create
-