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 ZstdDictDecompressZstdDecompressCtx. decompression_dictMethods 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.ByteBufferZstd. decompress(java.nio.ByteBuffer srcBuff, ZstdDictDecompress dict, int originalSize)Decompress datastatic intZstd. decompress(java.nio.ByteBuffer dstBuff, java.nio.ByteBuffer srcBuff, ZstdDictDecompress dict)Decompress datastatic longZstd. 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 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)ZstdDecompressCtxZstdDecompressCtx. loadDict(ZstdDictDecompress dict)Load decompression dictionarystatic intZstd. loadFastDictDecompress(long stream, ZstdDictDecompress dict)BaseZstdBufferDecompressingStreamNoFinalizerBaseZstdBufferDecompressingStreamNoFinalizer. setDict(ZstdDictDecompress dict)ZstdBufferDecompressingStreamZstdBufferDecompressingStream. setDict(ZstdDictDecompress dict)ZstdDirectBufferDecompressingStreamZstdDirectBufferDecompressingStream. setDict(ZstdDictDecompress dict)ZstdInputStreamZstdInputStream. setDict(ZstdDictDecompress dict)ZstdInputStreamNoFinalizerZstdInputStreamNoFinalizer. setDict(ZstdDictDecompress dict)
-