- 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.ZstdInputStreamNoFinalizer
-
- close() - Method in class com.github.luben.zstd.ZstdOutputStream
-
- close() - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
- 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
-
- searchLengthMax() - Static method in class com.github.luben.zstd.Zstd
-
- searchLengthMin() - Static method in class com.github.luben.zstd.Zstd
-
- searchLogMax() - Static method in class com.github.luben.zstd.Zstd
-
- searchLogMin() - Static method in class com.github.luben.zstd.Zstd
-
- setChecksum(boolean) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Enable or disable compression checksums
- setChecksum(boolean) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Enable checksums for the compressed stream.
- setChecksum(boolean) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Enable checksums for the compressed stream.
- setCloseFrameOnFlush(boolean) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Enable closing the frame on flush.
- setCloseFrameOnFlush(boolean) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Enable closing the frame on flush.
- setCompressionChecksums(long, boolean) - Static method in class com.github.luben.zstd.Zstd
-
- setCompressionLevel(long, int) - Static method in class com.github.luben.zstd.Zstd
-
- setCompressionLong(long, int) - Static method in class com.github.luben.zstd.Zstd
-
- setCompressionWorkers(long, int) - Static method in class com.github.luben.zstd.Zstd
-
- setContentSize(boolean) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Enable or disable content size
- setContinuous(boolean) - Method in class com.github.luben.zstd.ZstdInputStream
-
Don't break on unfinished frames
Use case: decompressing files that are not yet finished writing and compressing
- setContinuous(boolean) - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
-
Don't break on unfinished frames
Use case: decompressing files that are not yet finished writing and compressing
- setDict(byte[]) - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStream
-
- setDict(ZstdDictCompress) - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStream
-
- setDict(byte[]) - Method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
-
- setDict(ZstdDictDecompress) - Method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
-
- setDict(byte[]) - Method in class com.github.luben.zstd.ZstdInputStream
-
- setDict(ZstdDictDecompress) - Method in class com.github.luben.zstd.ZstdInputStream
-
- setDict(byte[]) - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
-
- setDict(ZstdDictDecompress) - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
-
- setDict(byte[]) - Method in class com.github.luben.zstd.ZstdOutputStream
-
- setDict(ZstdDictCompress) - Method in class com.github.luben.zstd.ZstdOutputStream
-
- setDict(byte[]) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
- setDict(ZstdDictCompress) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
- setDictID(boolean) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Enable or disable dictID
- setFinalize(boolean) - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStream
-
Enable or disable class finalizers
If finalizers are disabled the responsibility fir calling the `close` method is on the consumer.
- setFinalize(boolean) - Method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
-
Enable or disable class finalizers
If finalizers are disabled the responsibility fir calling the `close` method is on the consumer.
- setFinalize(boolean) - Method in class com.github.luben.zstd.ZstdInputStream
-
- setFinalize(boolean) - Method in class com.github.luben.zstd.ZstdOutputStream
-
- setLevel(int) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Set compression level
- setLevel(int) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Set the compression level.
- setLevel(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Set the compression level.
- setLong(int) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Enable or disable LongDistanceMatching and set the window size
- setLong(int) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Set the Long Distance Matching.
- setLong(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Enable Long Distance Matching and set the Window size Log.
- setWorkers(int) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Enable use of worker threads for parallel compression.
- setWorkers(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Enable use of worker threads for parallel compression.
- skip(long) - Method in class com.github.luben.zstd.ZstdInputStream
-
- skip(long) - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
-
- Zstd - Class in com.github.luben.zstd
-
- Zstd() - Constructor for class com.github.luben.zstd.Zstd
-
- ZstdCompressCtx - Class in com.github.luben.zstd
-
- ZstdCompressCtx() - Constructor for class com.github.luben.zstd.ZstdCompressCtx
-
Create a context for faster compress operations
One such context is required for each thread - put this in a ThreadLocal.
- ZstdDecompressCtx - Class in com.github.luben.zstd
-
- ZstdDecompressCtx() - Constructor for class com.github.luben.zstd.ZstdDecompressCtx
-
Create a context for faster compress operations
One such context is required for each thread - put this in a ThreadLocal.
- ZstdDictCompress - Class in com.github.luben.zstd
-
- ZstdDictCompress(byte[], int) - Constructor for class com.github.luben.zstd.ZstdDictCompress
-
Convenience constructor to create a new dictionary for use with fast compress
- ZstdDictCompress(byte[], int, int, int) - Constructor for class com.github.luben.zstd.ZstdDictCompress
-
Create a new dictionary for use with fast compress
- ZstdDictDecompress - Class in com.github.luben.zstd
-
- ZstdDictDecompress(byte[]) - Constructor for class com.github.luben.zstd.ZstdDictDecompress
-
Convenience constructor to create a new dictionary for use with fast decompress
- ZstdDictDecompress(byte[], int, int) - Constructor for class com.github.luben.zstd.ZstdDictDecompress
-
Create a new dictionary for use with fast decompress
- ZstdDictTrainer - Class in com.github.luben.zstd
-
- ZstdDictTrainer(int, int) - Constructor for class com.github.luben.zstd.ZstdDictTrainer
-
- ZstdDirectBufferCompressingStream - Class in com.github.luben.zstd
-
- ZstdDirectBufferCompressingStream(ByteBuffer, int) - Constructor for class com.github.luben.zstd.ZstdDirectBufferCompressingStream
-
- ZstdDirectBufferDecompressingStream - Class in com.github.luben.zstd
-
- ZstdDirectBufferDecompressingStream(ByteBuffer) - Constructor for class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
-
- ZstdException - Exception in com.github.luben.zstd
-
- ZstdException(long) - Constructor for exception com.github.luben.zstd.ZstdException
-
Construct a ZstdException from the result of a Zstd library call.
- ZstdException(long, String) - Constructor for exception com.github.luben.zstd.ZstdException
-
Construct a ZstdException with a manually-specified error code and message.
- ZstdInputStream - Class in com.github.luben.zstd
-
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
- ZstdInputStream(InputStream) - Constructor for class com.github.luben.zstd.ZstdInputStream
-
create a new decompressing InputStream
- ZstdInputStream(InputStream, BufferPool) - Constructor for class com.github.luben.zstd.ZstdInputStream
-
create a new decompressing InputStream
- ZstdInputStreamNoFinalizer - Class in com.github.luben.zstd
-
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
- ZstdInputStreamNoFinalizer(InputStream) - Constructor for class com.github.luben.zstd.ZstdInputStreamNoFinalizer
-
create a new decompressing InputStream
- ZstdInputStreamNoFinalizer(InputStream, BufferPool) - Constructor for class com.github.luben.zstd.ZstdInputStreamNoFinalizer
-
create a new decompressing InputStream
- ZstdOutputStream - Class in com.github.luben.zstd
-
OutputStream filter that compresses the data using Zstd compression
- ZstdOutputStream(OutputStream, int, boolean, boolean) - Constructor for class com.github.luben.zstd.ZstdOutputStream
-
- ZstdOutputStream(OutputStream, int, boolean) - Constructor for class com.github.luben.zstd.ZstdOutputStream
-
- ZstdOutputStream(OutputStream, int) - Constructor for class com.github.luben.zstd.ZstdOutputStream
-
create a new compressing OutputStream
- ZstdOutputStream(OutputStream) - Constructor for class com.github.luben.zstd.ZstdOutputStream
-
create a new compressing OutputStream
- ZstdOutputStream(OutputStream, BufferPool, int) - Constructor for class com.github.luben.zstd.ZstdOutputStream
-
create a new compressing OutputStream
- ZstdOutputStream(OutputStream, BufferPool) - Constructor for class com.github.luben.zstd.ZstdOutputStream
-
create a new compressing OutputStream
- ZstdOutputStreamNoFinalizer - Class in com.github.luben.zstd
-
OutputStream filter that compresses the data using Zstd compression.
- ZstdOutputStreamNoFinalizer(OutputStream, int) - Constructor for class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
create a new compressing OutputStream
- ZstdOutputStreamNoFinalizer(OutputStream) - Constructor for class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
create a new compressing OutputStream
- ZstdOutputStreamNoFinalizer(OutputStream, BufferPool, int) - Constructor for class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
create a new compressing OutputStream
- ZstdOutputStreamNoFinalizer(OutputStream, BufferPool) - Constructor for class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
create a new compressing OutputStream