- 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.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[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'src'
- compress(byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'src' using defaul compression level
- compressBound(long) - Static method in class com.github.luben.zstd.Zstd
-
Maximum size of the compressed data
- 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
-
Compresses buffer 'src' into buffer 'dst' with dictionary.