Uses of Class
com.github.luben.zstd.ZstdDictDecompress
Packages that use ZstdDictDecompress
-
Uses of ZstdDictDecompress in com.github.luben.zstd
Fields in com.github.luben.zstd declared as ZstdDictDecompressMethods in com.github.luben.zstd with parameters of type ZstdDictDecompressModifier and TypeMethodDescriptionstatic byte[]
Zstd.decompress
(byte[] src, ZstdDictDecompress dict, int originalSize) Decompress datastatic ByteBuffer
Zstd.decompress
(ByteBuffer srcBuff, ZstdDictDecompress dict, int originalSize) Decompress datastatic int
Zstd.decompress
(ByteBuffer dstBuff, ByteBuffer srcBuff, ZstdDictDecompress dict) Decompress datastatic long
Zstd.decompressDirectByteBufferFastDict
(ByteBuffer dst, int dstOffset, int dstSize, ByteBuffer src, int srcOffset, int srcSize, ZstdDictDecompress dict) Decompresses buffer 'src' into buffer 'dst' with dictionary.static long
Zstd.decompressFastDict
(byte[] dst, int dstOffset, byte[] src, int srcOffset, int length, ZstdDictDecompress dict) Decompresses buffer 'src' into buffer 'dst' with dictionary.private long
ZstdDecompressCtx.loadDDictFast0
(ZstdDictDecompress dict) ZstdDecompressCtx.loadDict
(ZstdDictDecompress dict) Load decompression dictionarystatic int
Zstd.loadFastDictDecompress
(long stream, ZstdDictDecompress dict) ZstdDirectBufferDecompressingStream.setDict
(ZstdDictDecompress dict) ZstdDirectBufferDecompressingStreamNoFinalizer.setDict
(ZstdDictDecompress dict) ZstdInputStream.setDict
(ZstdDictDecompress dict) ZstdInputStreamNoFinalizer.setDict
(ZstdDictDecompress dict)