- chainLogMax() - Static method in class com.github.luben.zstd.Zstd
-
- chainLogMin() - Static method in class com.github.luben.zstd.Zstd
-
- close() - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStream
-
- close() - Method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
-
- close() - Method in class com.github.luben.zstd.ZstdInputStream
-
- close() - Method in class com.github.luben.zstd.ZstdOutputStream
-
- com.github.luben.zstd - package com.github.luben.zstd
-
- com.github.luben.zstd.util - package com.github.luben.zstd.util
-
- compress(byte[], byte[], int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst'.
- compress(byte[], byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst'.
- compress(byte[], byte[], ZstdDictCompress) - Static method in class com.github.luben.zstd.Zstd
-
- compress(byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'src' using defaul compression level
- compress(byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'src'
- compress(ByteBuffer, ByteBuffer) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'srcBuf' using default compression level
- compress(ByteBuffer, ByteBuffer, int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'srcBuf'
- compress(ByteBuffer, ByteBuffer, int) - Static method in class com.github.luben.zstd.Zstd
-
- compress(ByteBuffer, int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'srcBuf'
- compress(byte[], ZstdDictCompress) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'src'
- compress(byte[], byte[], byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compress(ByteBuffer, ByteBuffer, byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compress(ByteBuffer, byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compress(ByteBuffer, ByteBuffer, ZstdDictCompress) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compress(ByteBuffer, ZstdDictCompress) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compress(ByteBuffer, ByteBuffer) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Compresses the data in buffer 'srcBuf'
- compress(ByteBuffer) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Compresses the data in buffer 'srcBuf'
- compress(byte[], byte[]) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
- compress(byte[]) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
- compress(ByteBuffer) - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStream
-
- compressBound(long) - Static method in class com.github.luben.zstd.Zstd
-
Maximum size of the compressed data
- compressByteArray(byte[], int, int, byte[], int, int, int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst'.
- compressByteArray(byte[], int, int, byte[], int, int, int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst'.
- compressByteArray(byte[], int, int, byte[], int, int) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Compresses byte array 'srcBuff' into byte array 'dstBuff' reusing this ZstdCompressCtx.
- compressDirectByteBuffer(ByteBuffer, int, int, ByteBuffer, int, int, int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Compresses direct buffer 'src' into direct buffer 'dst'.
- compressDirectByteBuffer(ByteBuffer, int, int, ByteBuffer, int, int, int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses direct buffer 'src' into direct buffer 'dst'.
- compressDirectByteBuffer(ByteBuffer, int, int, ByteBuffer, int, int) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Compresses buffer 'srcBuff' into buffer 'dstBuff' reusing this ZstdCompressCtx.
- compressDirectByteBufferFastDict(ByteBuffer, int, int, ByteBuffer, int, int, ZstdDictCompress) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compressDirectByteBufferUsingDict(ByteBuffer, int, int, ByteBuffer, int, int, byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses direct byte buffer 'src' into direct byte buffer 'dst' with dictionary.
- compressFastDict(byte[], int, byte[], int, int, ZstdDictCompress) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compressFastDict(byte[], int, byte[], int, ZstdDictCompress) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compressUnsafe(long, long, long, long, int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into direct buffer 'dst'.
- compressUnsafe(long, long, long, long, int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into direct buffer 'dst'.
- compressUsingDict(byte[], int, byte[], int, int, byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compressUsingDict(byte[], int, byte[], int, byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compressUsingDict(byte[], byte[], byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
- compressUsingDict(byte[], byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' with dictionary.
- decompress(byte[], byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Decompresses buffer 'src' into buffer 'dst'.
- decompress(byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Decompress data
- decompress(ByteBuffer, ByteBuffer) - Static method in class com.github.luben.zstd.Zstd
-
Decompress data
- decompress(ByteBuffer, int) - Static method in class com.github.luben.zstd.Zstd
-
Decompress data
- decompress(byte[], ZstdDictDecompress, int) - Static method in class com.github.luben.zstd.Zstd
-
Decompress data
- decompress(byte[], byte[], byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Decompresses buffer 'src' into buffer 'dst' with dictionary.
- decompress(byte[], byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
- decompress(ByteBuffer, ByteBuffer, byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Decompress data
- decompress(ByteBuffer, byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Decompress data
- decompress(ByteBuffer, ByteBuffer, ZstdDictDecompress) - Static method in class com.github.luben.zstd.Zstd
-
Decompress data
- decompress(ByteBuffer, ZstdDictDecompress, int) - Static method in class com.github.luben.zstd.Zstd
-
Decompress data
- decompress(ByteBuffer, ByteBuffer) - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
Decompresses buffer 'srcBuff' into buffer 'dstBuff' using this ZstdDecompressCtx.
- decompress(ByteBuffer, int) - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
- decompress(byte[], byte[]) - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
- decompress(byte[], int) - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
- decompressByteArray(byte[], int, int, byte[], int, int) - Static method in class com.github.luben.zstd.Zstd
-
Decompresses buffer 'src' into buffer 'dst'.
- decompressByteArray(byte[], int, int, byte[], int, int) - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
Decompresses byte array 'srcBuff' into byte array 'dstBuff' using this ZstdDecompressCtx.
- decompressDirectByteBuffer(ByteBuffer, int, int, ByteBuffer, int, int) - Static method in class com.github.luben.zstd.Zstd
-
Decompresses direct buffer 'src' into direct buffer 'dst'.
- decompressDirectByteBuffer(ByteBuffer, int, int, ByteBuffer, int, int) - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
Decompresses buffer 'srcBuff' into buffer 'dstBuff' using this ZstdDecompressCtx.
- decompressDirectByteBufferFastDict(ByteBuffer, int, int, ByteBuffer, int, int, ZstdDictDecompress) - Static method in class com.github.luben.zstd.Zstd
-
Decompresses buffer 'src' into buffer 'dst' with dictionary.
- decompressDirectByteBufferUsingDict(ByteBuffer, int, int, ByteBuffer, int, int, byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Decompresses buffer 'src' into buffer 'dst' with dictionary.
- decompressedDirectByteBufferSize(ByteBuffer, int, int) - Static method in class com.github.luben.zstd.Zstd
-
Return the original size of a compressed buffer (if known)
- decompressedSize(byte[], int, int) - Static method in class com.github.luben.zstd.Zstd
-
Return the original size of a compressed buffer (if known)
- decompressedSize(byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Return the original size of a compressed buffer (if known)
- decompressedSize(byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Return the original size of a compressed buffer (if known)
- decompressedSize(ByteBuffer) - Static method in class com.github.luben.zstd.Zstd
-
Return the original size of a compressed buffer (if known)
- decompressFastDict(byte[], int, byte[], int, int, ZstdDictDecompress) - Static method in class com.github.luben.zstd.Zstd
-
Decompresses buffer 'src' into buffer 'dst' with dictionary.
- decompressUnsafe(long, long, long, long) - Static method in class com.github.luben.zstd.Zstd
-
Decompresses buffer 'src' into direct buffer 'dst'.
- decompressUsingDict(byte[], int, byte[], int, int, byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Decompresses buffer 'src' into buffer 'dst' with dictionary.
- decompressUsingDict(byte[], byte[], byte[]) - Static method in class com.github.luben.zstd.Zstd
-