Uses of Class
com.github.luben.zstd.ZstdException
-
Packages that use ZstdException Package Description com.github.luben.zstd -
-
Uses of ZstdException in com.github.luben.zstd
Methods in com.github.luben.zstd that throw ZstdException Modifier and Type Method Description java.nio.ByteBuffer
ZstdCompressCtx. compress(java.nio.ByteBuffer srcBuf)
Compresses the data in buffer 'srcBuf'byte[]
ZstdDecompressCtx. decompress(byte[] src, int originalSize)
Decompress datajava.nio.ByteBuffer
ZstdDecompressCtx. decompress(java.nio.ByteBuffer srcBuf, int originalSize)
int
ZstdDecompressCtx. decompress(java.nio.ByteBuffer dstBuf, java.nio.ByteBuffer srcBuf)
Decompresses buffer 'srcBuff' into buffer 'dstBuff' using this ZstdDecompressCtx.byte[]
ZstdDictTrainer. trainSamples()
byte[]
ZstdDictTrainer. trainSamples(boolean legacy)
java.nio.ByteBuffer
ZstdDictTrainer. trainSamplesDirect()
java.nio.ByteBuffer
ZstdDictTrainer. trainSamplesDirect(boolean legacy)
-