A B C D E F G H I L M N R S T V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addSample(byte[]) - Method in class com.github.luben.zstd.ZstdDictTrainer
- assumeLoaded() - Static method in enum com.github.luben.zstd.util.Native
-
Tell the library to assume the native library is already loaded.
- AUTO - com.github.luben.zstd.Zstd.ParamSwitch
-
Let the library automatically determine whether the feature shall be enabled
- available() - Method in class com.github.luben.zstd.ZstdInputStream
- available() - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
B
- BaseZstdBufferDecompressingStreamNoFinalizer - Class in com.github.luben.zstd
- blockSizeMax() - Static method in class com.github.luben.zstd.Zstd
- BufferPool - Interface in com.github.luben.zstd
-
An interface that allows users to customize how buffers are recycled.
C
- 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.BaseZstdBufferDecompressingStreamNoFinalizer
- close() - Method in class com.github.luben.zstd.ZstdBufferDecompressingStream
- close() - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStream
- close() - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStreamNoFinalizer
- 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
- closed - Variable in class com.github.luben.zstd.BaseZstdBufferDecompressingStreamNoFinalizer
- closeWithoutClosingParentStream() - 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[]) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'src' using default compression level
- compress(byte[]) - Method in class com.github.luben.zstd.ZstdCompressCtx
- compress(byte[], byte[]) - Method in class com.github.luben.zstd.ZstdCompressCtx
- compress(byte[], byte[], byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compress(byte[], byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst'.
- compress(byte[], byte[], int, boolean) - 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[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'src'
- compress(byte[], ZstdDictCompress) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'src'
- compress(ByteBuffer) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Compresses the data in buffer 'srcBuf'
- compress(ByteBuffer) - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStream
- compress(ByteBuffer) - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStreamNoFinalizer
- compress(ByteBuffer, byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compress(ByteBuffer, int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'srcBuf'
- compress(ByteBuffer, ZstdDictCompress) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- 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) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Compresses the data in buffer 'srcBuf'
- compress(ByteBuffer, ByteBuffer, byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compress(ByteBuffer, ByteBuffer, int) - Static method in class com.github.luben.zstd.Zstd
- compress(ByteBuffer, ByteBuffer, int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Compresses the data in buffer 'srcBuf'
- compress(ByteBuffer, ByteBuffer, ZstdDictCompress) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- compressBound(long) - Static method in class com.github.luben.zstd.Zstd
-
Maximum size of the compressed data
- 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.
- 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, int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into 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.
- 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, int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Compresses direct buffer 'src' into direct 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.
- compressDirectByteBufferStream(ByteBuffer, ByteBuffer, EndDirective) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Compress as much of the
src
ByteBuffer
into thedst
ByteBuffer
as possible. - 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) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into direct buffer 'dst'.
- compressUnsafe(long, long, long, long, int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into direct buffer 'dst'.
- compressUsingDict(byte[], byte[], byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Deprecated.Use compress(dst, src, dict, level) instead
- compressUsingDict(byte[], byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' 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[], int, byte[], int, int, byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Compresses buffer 'src' into buffer 'dst' with dictionary.
- CONTINUE - com.github.luben.zstd.EndDirective
- createState() - Method in interface com.github.luben.zstd.SequenceProducer
-
Allocate the sequence producer state.
D
- decompress(byte[], byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Decompresses buffer 'src' into buffer 'dst'.
- decompress(byte[], byte[]) - Method in class com.github.luben.zstd.ZstdDecompressCtx
- 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(byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Decompress data
- decompress(byte[], int) - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
Decompress data
- decompress(byte[], ZstdDictDecompress, int) - 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, int) - Static method in class com.github.luben.zstd.Zstd
-
Decompress data
- decompress(ByteBuffer, int) - Method in class com.github.luben.zstd.ZstdDecompressCtx
- decompress(ByteBuffer, ZstdDictDecompress, 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, ByteBuffer) - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
Decompresses buffer 'srcBuff' into buffer 'dstBuff' using this ZstdDecompressCtx.
- decompress(ByteBuffer, ByteBuffer, byte[]) - 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
- 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.
- decompressDirectByteBufferStream(ByteBuffer, ByteBuffer) - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
Decompress as much of the
src
ByteBuffer
into thedst
ByteBuffer
as possible. - 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
-
Deprecated.Use `getDirectByteBufferFrameContentSize` that return also the errors
- decompressedDirectByteBufferSize(ByteBuffer, int, int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Deprecated.Use `getDirectByteBufferFrameContentSize` to also return error codes from zstd
- decompressedSize(byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Deprecated.Use `getFrameContentSize` to also return error codes from zstd
- decompressedSize(byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Deprecated.Use `getFrameContentSize` to also return error codes from zstd
- decompressedSize(byte[], int, int) - Static method in class com.github.luben.zstd.Zstd
-
Deprecated.Use `getFrameContentSize` to also return error codes from zstd
- decompressedSize(byte[], int, int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Deprecated.Use `getFrameContentSize` to also return error codes from zstd
- decompressedSize(ByteBuffer) - Static method in class com.github.luben.zstd.Zstd
-
Deprecated.Use `getDirectByteBufferFrameContentSize` that return also the errors
- 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[], byte[], byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Deprecated.Use decompress(dst, src, dict) instead
- decompressUsingDict(byte[], int, byte[], int, int, byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Decompresses buffer 'src' into buffer 'dst' with dictionary.
- defaultCompressionLevel() - Static method in class com.github.luben.zstd.Zstd
- DISABLE - com.github.luben.zstd.Zstd.ParamSwitch
-
Do not use the feature
E
- ENABLE - com.github.luben.zstd.Zstd.ParamSwitch
-
Force-enable the feature
- END - com.github.luben.zstd.EndDirective
- EndDirective - Enum in com.github.luben.zstd
-
Enum that expresses desired flushing for a streaming compression call.
- errChecksumWrong() - Static method in class com.github.luben.zstd.Zstd
- errCorruptionDetected() - Static method in class com.github.luben.zstd.Zstd
- errDictionaryCorrupted() - Static method in class com.github.luben.zstd.Zstd
- errDictionaryCreationFailed() - Static method in class com.github.luben.zstd.Zstd
- errDictionaryWrong() - Static method in class com.github.luben.zstd.Zstd
- errDstBufferNull() - Static method in class com.github.luben.zstd.Zstd
- errDstSizeTooSmall() - Static method in class com.github.luben.zstd.Zstd
- errFrameParameterUnsupported() - Static method in class com.github.luben.zstd.Zstd
- errFrameParameterWindowTooLarge() - Static method in class com.github.luben.zstd.Zstd
- errGeneric() - Static method in class com.github.luben.zstd.Zstd
- errInitMissing() - Static method in class com.github.luben.zstd.Zstd
- errMaxSymbolValueTooLarge() - Static method in class com.github.luben.zstd.Zstd
- errMaxSymbolValueTooSmall() - Static method in class com.github.luben.zstd.Zstd
- errMemoryAllocation() - Static method in class com.github.luben.zstd.Zstd
- errNoError() - Static method in class com.github.luben.zstd.Zstd
- errParameterOutOfBound() - Static method in class com.github.luben.zstd.Zstd
- errParameterUnsupported() - Static method in class com.github.luben.zstd.Zstd
- errPrefixUnknown() - Static method in class com.github.luben.zstd.Zstd
- errSrcSizeWrong() - Static method in class com.github.luben.zstd.Zstd
- errStageWrong() - Static method in class com.github.luben.zstd.Zstd
- errTableLogTooLarge() - Static method in class com.github.luben.zstd.Zstd
- errVersionUnsupported() - Static method in class com.github.luben.zstd.Zstd
- errWorkSpaceTooSmall() - Static method in class com.github.luben.zstd.Zstd
F
- finalize() - Method in class com.github.luben.zstd.ZstdBufferDecompressingStream
- finalize() - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStream
- finalize() - Method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
- finalize() - Method in class com.github.luben.zstd.ZstdInputStream
- finalize() - Method in class com.github.luben.zstd.ZstdOutputStream
- flush() - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStream
- flush() - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStreamNoFinalizer
- flush() - Method in class com.github.luben.zstd.ZstdOutputStream
-
Flushes the output
- flush() - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Flushes the output
- FLUSH - com.github.luben.zstd.EndDirective
- flushBuffer(ByteBuffer) - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStream
-
This method should flush the buffer and either return the same buffer (but cleared) or a new buffer that should be used from then on.
- flushBuffer(ByteBuffer) - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStreamNoFinalizer
-
This method should flush the buffer and either return the same buffer (but cleared) or a new buffer that should be used from then on.
- freeState(long) - Method in interface com.github.luben.zstd.SequenceProducer
-
Free the sequence producer state.
G
- get(int) - Method in interface com.github.luben.zstd.BufferPool
-
Fetch a buffer from the pool.
- get(int) - Method in class com.github.luben.zstd.NoPool
- get(int) - Method in class com.github.luben.zstd.RecyclingBufferPool
- getByReferenceBuffer() - Method in class com.github.luben.zstd.ZstdDictCompress
-
Get the byte buffer that backs this dict, if any, or null if not backed by a byte buffer.
- getByReferenceBuffer() - Method in class com.github.luben.zstd.ZstdDictDecompress
-
Get the byte buffer that backs this dict, if any, or null if not backed by a byte buffer.
- getConsumed() - Method in class com.github.luben.zstd.ZstdFrameProgression
-
The number of input bytes actually compressed.
- getContinuous() - Method in class com.github.luben.zstd.ZstdInputStream
- getContinuous() - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
- getCurrentJobID() - Method in class com.github.luben.zstd.ZstdFrameProgression
-
The last started job number.
- getDictIdFromDict(byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Get DictId of a dictionary
- getDictIdFromDictDirect(ByteBuffer) - Static method in class com.github.luben.zstd.Zstd
-
Get DictId of a dictionary
- getDictIdFromFrame(byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Get DictId from a compressed frame
- getDictIdFromFrameBuffer(ByteBuffer) - Static method in class com.github.luben.zstd.Zstd
-
Get DictId from a compressed ByteBuffer frame
- getDirectByteBufferFrameContentSize(ByteBuffer, int, int) - Static method in class com.github.luben.zstd.Zstd
-
Return the original size of a compressed buffer (if known)
- getDirectByteBufferFrameContentSize(ByteBuffer, int, int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Return the original size of a compressed buffer (if known)
- getErrorCode() - Method in exception com.github.luben.zstd.ZstdException
-
Get the Zstd error code that caused the exception.
- getErrorCode() - Method in exception com.github.luben.zstd.ZstdIOException
-
Get the Zstd error code that caused the exception.
- getErrorCode(long) - Static method in class com.github.luben.zstd.Zstd
- getErrorName(long) - Static method in class com.github.luben.zstd.Zstd
- getFlushed() - Method in class com.github.luben.zstd.ZstdFrameProgression
-
The number of compressed bytes flushed.
- getFrameContentSize(byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Return the original size of a compressed buffer (if known)
- getFrameContentSize(byte[], int) - Static method in class com.github.luben.zstd.Zstd
-
Return the original size of a compressed buffer (if known)
- getFrameContentSize(byte[], int, int) - Static method in class com.github.luben.zstd.Zstd
-
Return the original size of a compressed buffer (if known)
- getFrameContentSize(byte[], int, int, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Return the original size of a compressed buffer (if known)
- getFrameContentSize(ByteBuffer) - Static method in class com.github.luben.zstd.Zstd
-
Return the original size of a compressed buffer (if known)
- getFrameProgression() - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Tells how much data has been ingested (read from input), consumed (input actually compressed) and produced (output) for current frame.
- getFunctionPointer() - Method in interface com.github.luben.zstd.SequenceProducer
-
Returns a pointer to the sequence producer function.
- getIngested() - Method in class com.github.luben.zstd.ZstdFrameProgression
-
The number of input bytes read and buffered.
- getNbActiveWorkers() - Method in class com.github.luben.zstd.ZstdFrameProgression
-
The number of workers actively compressing.
- getProduced() - Method in class com.github.luben.zstd.ZstdFrameProgression
-
The number of compressed bytes generated and buffered.
- getValue() - Method in enum com.github.luben.zstd.Zstd.ParamSwitch
H
- hashLogMax() - Static method in class com.github.luben.zstd.Zstd
- hashLogMin() - Static method in class com.github.luben.zstd.Zstd
- hasRemaining() - Method in class com.github.luben.zstd.BaseZstdBufferDecompressingStreamNoFinalizer
- hasRemaining() - Method in class com.github.luben.zstd.ZstdBufferDecompressingStream
- hasRemaining() - Method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
I
- INSTANCE - Static variable in class com.github.luben.zstd.NoPool
- INSTANCE - Static variable in class com.github.luben.zstd.RecyclingBufferPool
- isError(long) - Static method in class com.github.luben.zstd.Zstd
-
Error handling
- isLoaded() - Static method in enum com.github.luben.zstd.util.Native
L
- load() - Static method in enum com.github.luben.zstd.util.Native
- load(File) - Static method in enum com.github.luben.zstd.util.Native
- loadDict(byte[]) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Load compression dictionary to be used for subsequently compressed frames.
- loadDict(byte[]) - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
Load decompression dictionary.
- loadDict(ZstdDictCompress) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Load compression dictionary to be used for subsequently compressed frames.
- loadDict(ZstdDictDecompress) - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
Load decompression dictionary
- loadDictCompress(long, byte[], int) - Static method in class com.github.luben.zstd.Zstd
- loadDictDecompress(long, byte[], int) - Static method in class com.github.luben.zstd.Zstd
- loadFastDictCompress(long, ZstdDictCompress) - Static method in class com.github.luben.zstd.Zstd
- loadFastDictDecompress(long, ZstdDictDecompress) - Static method in class com.github.luben.zstd.Zstd
M
- magicNumber() - Static method in class com.github.luben.zstd.Zstd
- markSupported() - Method in class com.github.luben.zstd.ZstdInputStream
- markSupported() - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
- maxCompressionLevel() - Static method in class com.github.luben.zstd.Zstd
- minCompressionLevel() - Static method in class com.github.luben.zstd.Zstd
N
- Native - Enum in com.github.luben.zstd.util
- NoPool - Class in com.github.luben.zstd
-
Implementation of `BufferPool` that does not recycle buffers.
R
- read() - Method in class com.github.luben.zstd.ZstdInputStream
- read() - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
- read(byte[], int, int) - Method in class com.github.luben.zstd.ZstdInputStream
- read(byte[], int, int) - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
- read(ByteBuffer) - Method in class com.github.luben.zstd.BaseZstdBufferDecompressingStreamNoFinalizer
-
Reads the content of the de-compressed stream into the target buffer.
- read(ByteBuffer) - Method in class com.github.luben.zstd.ZstdBufferDecompressingStream
- read(ByteBuffer) - Method in class com.github.luben.zstd.ZstdBufferDecompressingStreamNoFinalizer
- read(ByteBuffer) - Method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
- read(ByteBuffer) - Method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStreamNoFinalizer
- recommendedCOutSize() - Static method in class com.github.luben.zstd.ZstdOutputStream
- recommendedCOutSize() - Static method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
- recommendedDInSize() - Static method in class com.github.luben.zstd.ZstdInputStream
- recommendedDInSize() - Static method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
- recommendedDOutSize() - Static method in class com.github.luben.zstd.ZstdInputStream
- recommendedDOutSize() - Static method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
- recommendedOutputBufferSize() - Static method in class com.github.luben.zstd.ZstdDirectBufferCompressingStream
- recommendedOutputBufferSize() - Static method in class com.github.luben.zstd.ZstdDirectBufferCompressingStreamNoFinalizer
- recommendedTargetBufferSize() - Static method in class com.github.luben.zstd.ZstdBufferDecompressingStream
- recommendedTargetBufferSize() - Static method in class com.github.luben.zstd.ZstdBufferDecompressingStreamNoFinalizer
- recommendedTargetBufferSize() - Static method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
- recommendedTargetBufferSize() - Static method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStreamNoFinalizer
- RecyclingBufferPool - Class in com.github.luben.zstd
-
A pool of buffers which uses a simple reference queue to recycle buffers.
- refill(ByteBuffer) - Method in class com.github.luben.zstd.BaseZstdBufferDecompressingStreamNoFinalizer
-
Override this method in case the byte buffer passed to the constructor might not contain the full compressed stream
- refill(ByteBuffer) - Method in class com.github.luben.zstd.ZstdBufferDecompressingStream
-
Override this method in case the byte buffer passed to the constructor might not contain the full compressed stream
- refill(ByteBuffer) - Method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
-
Override this method in case the byte buffer passed to the constructor might not contain the full compressed stream
- registerSequenceProducer(long, long, long) - Static method in class com.github.luben.zstd.Zstd
- registerSequenceProducer(SequenceProducer) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Register an external sequence producer
- release(ByteBuffer) - Method in interface com.github.luben.zstd.BufferPool
-
Return a buffer to the pool.
- release(ByteBuffer) - Method in class com.github.luben.zstd.NoPool
- release(ByteBuffer) - Method in class com.github.luben.zstd.RecyclingBufferPool
- reset() - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Clear all state and parameters from the compression context.
- reset() - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
Clear all state and parameters from the decompression context.
S
- 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
- SequenceProducer - Interface in com.github.luben.zstd
-
Interface for an extenal sequence producer.
- setChainLog(int) - Method in class com.github.luben.zstd.ZstdCompressCtx
- setChainLog(int) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Advanced Compression Option: Set the maximum number of bits for the secondary search structure.
- setChainLog(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Advanced Compression Option: Set the maximum number of bits for the secondary search structure.
- 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.
- setCompressionChainLog(long, int) - Static method in class com.github.luben.zstd.Zstd
- setCompressionChecksums(long, boolean) - Static method in class com.github.luben.zstd.Zstd
- setCompressionHashLog(long, int) - Static method in class com.github.luben.zstd.Zstd
- setCompressionJobSize(long, int) - 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
- setCompressionMagicless(long, boolean) - Static method in class com.github.luben.zstd.Zstd
- setCompressionMinMatch(long, int) - Static method in class com.github.luben.zstd.Zstd
- setCompressionOverlapLog(long, int) - Static method in class com.github.luben.zstd.Zstd
- setCompressionSearchLog(long, int) - Static method in class com.github.luben.zstd.Zstd
- setCompressionStrategy(long, int) - Static method in class com.github.luben.zstd.Zstd
- setCompressionTargetLength(long, int) - Static method in class com.github.luben.zstd.Zstd
- setCompressionWindowLog(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
- setDecompressionLongMax(long, int) - Static method in class com.github.luben.zstd.Zstd
- setDecompressionMagicless(long, boolean) - Static method in class com.github.luben.zstd.Zstd
- setDict(byte[]) - Method in class com.github.luben.zstd.BaseZstdBufferDecompressingStreamNoFinalizer
- setDict(byte[]) - Method in class com.github.luben.zstd.ZstdBufferDecompressingStream
- setDict(byte[]) - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStream
- setDict(byte[]) - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStreamNoFinalizer
- setDict(byte[]) - Method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
- setDict(byte[]) - Method in class com.github.luben.zstd.ZstdInputStream
- setDict(byte[]) - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
- setDict(byte[]) - 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.ZstdDirectBufferCompressingStream
- setDict(ZstdDictCompress) - Method in class com.github.luben.zstd.ZstdDirectBufferCompressingStreamNoFinalizer
- setDict(ZstdDictCompress) - Method in class com.github.luben.zstd.ZstdOutputStream
- setDict(ZstdDictCompress) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
- setDict(ZstdDictDecompress) - Method in class com.github.luben.zstd.BaseZstdBufferDecompressingStreamNoFinalizer
- setDict(ZstdDictDecompress) - Method in class com.github.luben.zstd.ZstdBufferDecompressingStream
- setDict(ZstdDictDecompress) - Method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
- setDict(ZstdDictDecompress) - Method in class com.github.luben.zstd.ZstdInputStream
- setDict(ZstdDictDecompress) - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
- setDictID(boolean) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Enable or disable dictID
- setEnableLongDistanceMatching(long, int) - Static method in class com.github.luben.zstd.Zstd
- setEnableLongDistanceMatching(Zstd.ParamSwitch) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Enable or disable long-distance matching.
- setFinalize(boolean) - Method in class com.github.luben.zstd.ZstdBufferDecompressingStream
-
Enable or disable class finalizers
- 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
-
Deprecated.If you don't rely on finalizers, use `ZstdInputStreamNoFinalizer` instead, instances of `ZstdInputStream` will always try to close/release in the finalizer.
- setFinalize(boolean) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Deprecated.If you don't rely on finalizers, use `ZstdOutputStreamNoFinalizer` instead.
- setHashLog(int) - Method in class com.github.luben.zstd.ZstdCompressCtx
- setHashLog(int) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Advanced Compression Option: Set the maximum number of bits for a hash table.
- setHashLog(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Advanced Compression Option: Set the maximum number of bits for a hash table.
- setJobSize(int) - Method in class com.github.luben.zstd.ZstdCompressCtx
- setJobSize(int) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Advanced Compression Option: Set the size of each compression job.
- setJobSize(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Advanced Compression Option: Set the size of each compression job.
- 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.
- setLongMax(int) - Method in class com.github.luben.zstd.BaseZstdBufferDecompressingStreamNoFinalizer
-
Set the value of zstd parameter
ZSTD_d_windowLogMax
. - setLongMax(int) - Method in class com.github.luben.zstd.ZstdBufferDecompressingStream
- setLongMax(int) - Method in class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
- setLongMax(int) - Method in class com.github.luben.zstd.ZstdInputStream
- setLongMax(int) - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
- setMagicless(boolean) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Enable or disable magicless frames
- setMagicless(boolean) - Method in class com.github.luben.zstd.ZstdDecompressCtx
-
Enable or disable magicless frames
- setMinMatch(int) - Method in class com.github.luben.zstd.ZstdCompressCtx
- setMinMatch(int) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Advanced Compression Option: Set the minimum match length.
- setMinMatch(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Advanced Compression Option: Set the minimum match length.
- setOverlapLog(int) - Method in class com.github.luben.zstd.ZstdCompressCtx
- setOverlapLog(int) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Advanced Compression Option: Set the amount of data reloaded from the previous job.
- setOverlapLog(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Advanced Compression Option: Set the amount of data reloaded from the previous job.
- setPledgedSrcSize(long) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Promise to compress a certain number of source bytes.
- setRefMultipleDDicts(boolean) - Method in class com.github.luben.zstd.ZstdInputStream
-
Enable or disable support for multiple dictionary references
- setRefMultipleDDicts(boolean) - Method in class com.github.luben.zstd.ZstdInputStreamNoFinalizer
- setRefMultipleDDicts(long, boolean) - Static method in class com.github.luben.zstd.Zstd
- setSearchForExternalRepcodes(long, int) - Static method in class com.github.luben.zstd.Zstd
- setSearchForExternalRepcodes(Zstd.ParamSwitch) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Set whether to search external sequences for repeated offsets that can be encoded as repcodes.
- setSearchLog(int) - Method in class com.github.luben.zstd.ZstdCompressCtx
- setSearchLog(int) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Advanced Compression Option: Set the maximum number of searches in a hash chain or a binary tree using logarithmic scale.
- setSearchLog(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Advanced Compression Option: Set the maximum number of searches in a hash chain or a binary tree using logarithmic scale.
- setSequenceProducerFallback(boolean) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Enable or disable sequence producer fallback
- setSequenceProducerFallback(long, boolean) - Static method in class com.github.luben.zstd.Zstd
- setStrategy(int) - Method in class com.github.luben.zstd.ZstdCompressCtx
- setStrategy(int) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Advanced Compression Option: Set the strategy used by a match finder.
- setStrategy(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Advanced Compression Option: Set the strategy used by a match finder.
- setTargetLength(int) - Method in class com.github.luben.zstd.ZstdCompressCtx
- setTargetLength(int) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Advanced Compression Option: Set the target match length.
- setTargetLength(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Advanced Compression Option: Set the target match length.
- setValidateSequences(long, int) - Static method in class com.github.luben.zstd.Zstd
- setValidateSequences(Zstd.ParamSwitch) - Method in class com.github.luben.zstd.ZstdCompressCtx
-
Enable or disable sequence validation.
- setWindowLog(int) - Method in class com.github.luben.zstd.ZstdCompressCtx
- setWindowLog(int) - Method in class com.github.luben.zstd.ZstdOutputStream
-
Advanced Compression Option: Set the maximum number of bits for a match distance.
- setWindowLog(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
Advanced Compression Option: Set the maximum number of bits for a match distance.
- setWorkers(int) - Method in class com.github.luben.zstd.ZstdCompressCtx
- 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
- source - Variable in class com.github.luben.zstd.BaseZstdBufferDecompressingStreamNoFinalizer
- stream - Variable in class com.github.luben.zstd.BaseZstdBufferDecompressingStreamNoFinalizer
T
- trainFromBuffer(byte[][], byte[]) - Static method in class com.github.luben.zstd.Zstd
-
Creates a new dictionary to tune a kind of samples (uses Cover algorithm)
- trainFromBuffer(byte[][], byte[], boolean) - Static method in class com.github.luben.zstd.Zstd
-
Creates a new dictionary to tune a kind of samples
- trainFromBuffer(byte[][], byte[], boolean, int) - Static method in class com.github.luben.zstd.Zstd
-
Creates a new dictionary to tune a kind of samples
- trainFromBufferDirect(ByteBuffer, int[], ByteBuffer) - Static method in class com.github.luben.zstd.Zstd
-
Creates a new dictionary to tune a kind of samples (uses Cover algorithm)
- trainFromBufferDirect(ByteBuffer, int[], ByteBuffer, boolean) - Static method in class com.github.luben.zstd.Zstd
-
Creates a new dictionary to tune a kind of samples
- trainFromBufferDirect(ByteBuffer, int[], ByteBuffer, boolean, int) - Static method in class com.github.luben.zstd.Zstd
-
Creates a new dictionary to tune a kind of samples
- trainSamples() - Method in class com.github.luben.zstd.ZstdDictTrainer
- trainSamples(boolean) - Method in class com.github.luben.zstd.ZstdDictTrainer
- trainSamplesDirect() - Method in class com.github.luben.zstd.ZstdDictTrainer
- trainSamplesDirect(boolean) - Method in class com.github.luben.zstd.ZstdDictTrainer
V
- valueOf(String) - Static method in enum com.github.luben.zstd.EndDirective
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.luben.zstd.util.Native
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.luben.zstd.Zstd.ParamSwitch
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.luben.zstd.EndDirective
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.luben.zstd.util.Native
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.luben.zstd.Zstd.ParamSwitch
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION - Static variable in class com.github.luben.zstd.util.ZstdVersion
W
- windowLogMax() - Static method in class com.github.luben.zstd.Zstd
- windowLogMin() - Static method in class com.github.luben.zstd.Zstd
- write(byte[], int, int) - Method in class com.github.luben.zstd.ZstdOutputStream
- write(byte[], int, int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
- write(int) - Method in class com.github.luben.zstd.ZstdOutputStream
- write(int) - Method in class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
Z
- Zstd - Class in com.github.luben.zstd
- Zstd() - Constructor for class com.github.luben.zstd.Zstd
- Zstd.ParamSwitch - Enum in com.github.luben.zstd
-
Note: This enum controls features which are conditionally beneficial.
- ZstdBufferDecompressingStream - Class in com.github.luben.zstd
- ZstdBufferDecompressingStream(ByteBuffer) - Constructor for class com.github.luben.zstd.ZstdBufferDecompressingStream
- ZstdBufferDecompressingStreamNoFinalizer - Class in com.github.luben.zstd
- ZstdBufferDecompressingStreamNoFinalizer(ByteBuffer) - Constructor for class com.github.luben.zstd.ZstdBufferDecompressingStreamNoFinalizer
- 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
- ZstdDictCompress(ByteBuffer, int) - Constructor for class com.github.luben.zstd.ZstdDictCompress
-
Create a new dictionary for use with fast compress.
- ZstdDictCompress(ByteBuffer, int, boolean) - 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
- ZstdDictDecompress(ByteBuffer) - Constructor for class com.github.luben.zstd.ZstdDictDecompress
-
Create a new dictionary for use with fast decompress.
- ZstdDictDecompress(ByteBuffer, boolean) - 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
- ZstdDirectBufferCompressingStreamNoFinalizer - Class in com.github.luben.zstd
- ZstdDirectBufferCompressingStreamNoFinalizer(ByteBuffer, int) - Constructor for class com.github.luben.zstd.ZstdDirectBufferCompressingStreamNoFinalizer
- ZstdDirectBufferDecompressingStream - Class in com.github.luben.zstd
- ZstdDirectBufferDecompressingStream(ByteBuffer) - Constructor for class com.github.luben.zstd.ZstdDirectBufferDecompressingStream
- ZstdDirectBufferDecompressingStreamNoFinalizer - Class in com.github.luben.zstd
- ZstdDirectBufferDecompressingStreamNoFinalizer(ByteBuffer) - Constructor for class com.github.luben.zstd.ZstdDirectBufferDecompressingStreamNoFinalizer
- 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.
- ZstdFrameProgression - Class in com.github.luben.zstd
- ZstdFrameProgression(long, long, long, long, int, int) - Constructor for class com.github.luben.zstd.ZstdFrameProgression
- 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
- ZstdIOException - Exception in com.github.luben.zstd
- ZstdIOException(long) - Constructor for exception com.github.luben.zstd.ZstdIOException
-
Construct a ZstdException from the result of a Zstd library call.
- ZstdIOException(long, String) - Constructor for exception com.github.luben.zstd.ZstdIOException
-
Construct a ZstdException with a manually-specified error code and message.
- ZstdOutputStream - Class in com.github.luben.zstd
-
OutputStream filter that compresses the data using Zstd compression
- ZstdOutputStream(OutputStream) - Constructor for class com.github.luben.zstd.ZstdOutputStream
-
create a new compressing OutputStream
- ZstdOutputStream(OutputStream, int) - Constructor for class com.github.luben.zstd.ZstdOutputStream
-
create a new compressing OutputStream
- ZstdOutputStream(OutputStream, int, boolean) - Constructor for class com.github.luben.zstd.ZstdOutputStream
-
Deprecated.Use ZstdOutputStream() or ZstdOutputStream(level) and set the other params with the setters
- ZstdOutputStream(OutputStream, int, boolean, boolean) - Constructor for class com.github.luben.zstd.ZstdOutputStream
-
Deprecated.Use ZstdOutputStream() or ZstdOutputStream(level) and set the other params with the setters
- ZstdOutputStream(OutputStream, BufferPool) - 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
- ZstdOutputStreamNoFinalizer - Class in com.github.luben.zstd
-
OutputStream filter that compresses the data using Zstd compression.
- ZstdOutputStreamNoFinalizer(OutputStream) - Constructor for class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
create a new compressing OutputStream
- ZstdOutputStreamNoFinalizer(OutputStream, 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
- ZstdOutputStreamNoFinalizer(OutputStream, BufferPool, int) - Constructor for class com.github.luben.zstd.ZstdOutputStreamNoFinalizer
-
create a new compressing OutputStream
- ZstdVersion - Class in com.github.luben.zstd.util
- ZstdVersion() - Constructor for class com.github.luben.zstd.util.ZstdVersion
All Classes All Packages