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 TypeMethodDescriptionZstdCompressCtx.compress
(ByteBuffer srcBuf) Compresses the data in buffer 'srcBuf'byte[]
ZstdDecompressCtx.decompress
(byte[] src, int originalSize) Decompress dataZstdDecompressCtx.decompress
(ByteBuffer srcBuf, int originalSize) int
ZstdDecompressCtx.decompress
(ByteBuffer dstBuf, ByteBuffer srcBuf) Decompresses buffer 'srcBuff' into buffer 'dstBuff' using this ZstdDecompressCtx.byte[]
ZstdDictTrainer.trainSamples()
byte[]
ZstdDictTrainer.trainSamples
(boolean legacy) ZstdDictTrainer.trainSamplesDirect()
ZstdDictTrainer.trainSamplesDirect
(boolean legacy)