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 ByteBufferZstd.decompress(ByteBuffer srcBuff, ZstdDictDecompress dict, int originalSize) Decompress datastatic intZstd.decompress(ByteBuffer dstBuff, ByteBuffer srcBuff, ZstdDictDecompress dict) Decompress datastatic longZstd.decompressDirectByteBufferFastDict(ByteBuffer dst, int dstOffset, int dstSize, ByteBuffer src, int srcOffset, int srcSize, ZstdDictDecompress dict) Decompresses buffer 'src' into buffer 'dst' with dictionary.static longZstd.decompressFastDict(byte[] dst, int dstOffset, byte[] src, int srcOffset, int length, ZstdDictDecompress dict) Decompresses buffer 'src' into buffer 'dst' with dictionary.private static longZstdDecompressCtx.loadDDictFast0(long nativePtr, ZstdDictDecompress dict) ZstdDecompressCtx.loadDict(ZstdDictDecompress dict) Load decompression dictionarystatic intZstd.loadFastDictDecompress(long stream, ZstdDictDecompress dict) BaseZstdBufferDecompressingStreamNoFinalizer.setDict(ZstdDictDecompress dict) ZstdBufferDecompressingStream.setDict(ZstdDictDecompress dict) ZstdDirectBufferDecompressingStream.setDict(ZstdDictDecompress dict) ZstdInputStream.setDict(ZstdDictDecompress dict) ZstdInputStreamNoFinalizer.setDict(ZstdDictDecompress dict)