Uses of Class
com.github.luben.zstd.ZstdDictDecompress
-
Packages that use ZstdDictDecompress Package Description com.github.luben.zstd -
-
Uses of ZstdDictDecompress in com.github.luben.zstd
Fields in com.github.luben.zstd declared as ZstdDictDecompress Modifier and Type Field Description private ZstdDictDecompress
ZstdDecompressCtx. decompression_dict
Methods in com.github.luben.zstd with parameters of type ZstdDictDecompress Modifier and Type Method Description static byte[]
Zstd. decompress(byte[] src, ZstdDictDecompress dict, int originalSize)
Decompress datastatic java.nio.ByteBuffer
Zstd. decompress(java.nio.ByteBuffer srcBuff, ZstdDictDecompress dict, int originalSize)
Decompress datastatic int
Zstd. decompress(java.nio.ByteBuffer dstBuff, java.nio.ByteBuffer srcBuff, ZstdDictDecompress dict)
Decompress datastatic long
Zstd. decompressDirectByteBufferFastDict(java.nio.ByteBuffer dst, int dstOffset, int dstSize, java.nio.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 static long
ZstdDecompressCtx. loadDDictFast0(long nativePtr, ZstdDictDecompress dict)
ZstdDecompressCtx
ZstdDecompressCtx. loadDict(ZstdDictDecompress dict)
Load decompression dictionarystatic int
Zstd. loadFastDictDecompress(long stream, ZstdDictDecompress dict)
BaseZstdBufferDecompressingStreamNoFinalizer
BaseZstdBufferDecompressingStreamNoFinalizer. setDict(ZstdDictDecompress dict)
ZstdBufferDecompressingStream
ZstdBufferDecompressingStream. setDict(ZstdDictDecompress dict)
ZstdDirectBufferDecompressingStream
ZstdDirectBufferDecompressingStream. setDict(ZstdDictDecompress dict)
ZstdInputStream
ZstdInputStream. setDict(ZstdDictDecompress dict)
ZstdInputStreamNoFinalizer
ZstdInputStreamNoFinalizer. setDict(ZstdDictDecompress dict)
-