Uses of Class
com.github.luben.zstd.ZstdDictDecompress
Packages that use ZstdDictDecompress
-
Uses of ZstdDictDecompress in com.github.luben.zstd
Methods in com.github.luben.zstd with parameters of type ZstdDictDecompressModifier and TypeMethodDescriptionstatic byte @NotNull []Zstd.decompress(byte @NotNull [] src, @NotNull ZstdDictDecompress dict, int originalSize) Decompress datastatic @NotNull ByteBufferZstd.decompress(@NotNull ByteBuffer srcBuff, @NotNull ZstdDictDecompress dict, int originalSize) Decompress datastatic intZstd.decompress(@NotNull ByteBuffer dstBuff, @NotNull ByteBuffer srcBuff, @NotNull ZstdDictDecompress dict) Decompress datastatic longZstd.decompressDirectByteBufferFastDict(@NotNull ByteBuffer dst, int dstOffset, int dstSize, @NotNull ByteBuffer src, int srcOffset, int srcSize, @NotNull ZstdDictDecompress dict) Decompresses buffer 'src' into buffer 'dst' with dictionary.static longZstd.decompressFastDict(byte @NotNull [] dst, int dstOffset, byte @NotNull [] src, int srcOffset, int length, @NotNull ZstdDictDecompress dict) Decompresses buffer 'src' into buffer 'dst' with dictionary.@NotNull ZstdDecompressCtxZstdDecompressCtx.loadDict(@Nullable ZstdDictDecompress dict) Load decompression dictionarystatic intZstd.loadFastDictDecompress(long stream, @NotNull ZstdDictDecompress dict) BaseZstdBufferDecompressingStreamNoFinalizer.setDict(@NotNull ZstdDictDecompress dict) @NotNull ZstdBufferDecompressingStreamZstdBufferDecompressingStream.setDict(@NotNull ZstdDictDecompress dict) @NotNull ZstdDirectBufferDecompressingStreamZstdDirectBufferDecompressingStream.setDict(@NotNull ZstdDictDecompress dict) @NotNull ZstdInputStreamZstdInputStream.setDict(@NotNull ZstdDictDecompress dict) @NotNull ZstdInputStreamNoFinalizerZstdInputStreamNoFinalizer.setDict(@NotNull ZstdDictDecompress dict)