- 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.ZstdDictCompress
-
- close() - Method in class com.github.luben.zstd.ZstdDictDecompress
-
- 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) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst'.
- 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, int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'srcBuf'
- 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) - 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
- compressDirectByteBuffer(ByteBuffer, int, int, ByteBuffer, int, int, int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst'.
- 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.
- 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[], 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.