Uses of Class
com.github.luben.zstd.ZstdException
Packages that use ZstdException
-
Uses of ZstdException in com.github.luben.zstd
Methods in com.github.luben.zstd that throw ZstdExceptionModifier and TypeMethodDescription@NotNull ByteBufferZstdCompressCtx.compress(@NotNull ByteBuffer srcBuf) Compresses the data in buffer 'srcBuf'byte @NotNull []ZstdDecompressCtx.decompress(byte @NotNull [] src, int originalSize) Decompress databyte @NotNull []ZstdDecompressCtx.decompress(byte @NotNull [] src, int srcOffset, int srcSize, int originalSize) Decompress dataintZstdDecompressCtx.decompress(byte @NotNull [] dst, @NotNull ByteBuffer srcBuf) intZstdDecompressCtx.decompress(@NotNull ByteBuffer dstBuf, byte @NotNull [] src) @NotNull ByteBufferZstdDecompressCtx.decompress(@NotNull ByteBuffer srcBuf, int originalSize) intZstdDecompressCtx.decompress(@NotNull ByteBuffer dstBuf, @NotNull ByteBuffer srcBuf) Decompresses buffer 'srcBuff' into buffer 'dstBuff' using this ZstdDecompressCtx.byte @NotNull []ZstdDictTrainer.trainSamples()byte @NotNull []ZstdDictTrainer.trainSamples(boolean legacy) @NotNull ByteBufferZstdDictTrainer.trainSamplesDirect()@NotNull ByteBufferZstdDictTrainer.trainSamplesDirect(boolean legacy)