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.ByteBufferZstdCompressCtx. compress(java.nio.ByteBuffer srcBuf)Compresses the data in buffer 'srcBuf'byte[]ZstdDecompressCtx. decompress(byte[] src, int originalSize)Decompress datajava.nio.ByteBufferZstdDecompressCtx. decompress(java.nio.ByteBuffer srcBuf, int originalSize)intZstdDecompressCtx. 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.ByteBufferZstdDictTrainer. trainSamplesDirect()java.nio.ByteBufferZstdDictTrainer. trainSamplesDirect(boolean legacy)
-