@NonnullDefault
See: Description
| Interface | Description |
|---|---|
| ZSTDAllocFunctionI |
Instances of this interface may be passed to the
ZSTDCustomMem struct. |
| ZSTDFreeFunctionI |
Instances of this interface may be passed to the
ZSTDCustomMem struct. |
| Class | Description |
|---|---|
| Zdict |
Native bindings to the dictionary builder API of Zstandard (zstd).
|
| ZDICTCoverParams |
k and d are the only required parameters. |
| ZDICTCoverParams.Buffer |
An array of
ZDICTCoverParams structs. |
| ZDICTFastCoverParams |
k and d are the only required parameters. |
| ZDICTFastCoverParams.Buffer |
An array of
ZDICTFastCoverParams structs. |
| ZDICTParams |
Member documentation
|
| ZDICTParams.Buffer |
An array of
ZDICTParams structs. |
| Zstd |
Native bindings to Zstandard (zstd), a fast lossless compression algorithm, targeting real-time
compression scenarios at zlib-level and better compression ratios.
|
| ZSTDAllocFunction |
Instances of this class may be passed to the
ZSTDCustomMem struct. |
| ZSTDBounds |
Layout
|
| ZSTDBounds.Buffer |
An array of
ZSTDBounds structs. |
| ZSTDCompressionParameters |
Member documentation
|
| ZSTDCompressionParameters.Buffer |
An array of
ZSTDCompressionParameters structs. |
| ZSTDCustomMem |
Layout
|
| ZSTDCustomMem.Buffer |
An array of
ZSTDCustomMem structs. |
| ZstdErrors |
Native bindings to the experimental error code API of Zstandard (zstd).
|
| ZSTDFrameHeader |
Member documentation
|
| ZSTDFrameHeader.Buffer |
An array of
ZSTDFrameHeader structs. |
| ZSTDFrameParameters |
Member documentation
|
| ZSTDFrameParameters.Buffer |
An array of
ZSTDFrameParameters structs. |
| ZSTDFrameProgression |
Member documentation
|
| ZSTDFrameProgression.Buffer |
An array of
ZSTDFrameProgression structs. |
| ZSTDFreeFunction |
Instances of this class may be passed to the
ZSTDCustomMem struct. |
| ZSTDInBuffer |
Member documentation
|
| ZSTDInBuffer.Buffer |
An array of
ZSTDInBuffer structs. |
| ZSTDOutBuffer |
Member documentation
|
| ZSTDOutBuffer.Buffer |
An array of
ZSTDOutBuffer structs. |
| ZSTDParameters |
Layout
|
| ZSTDParameters.Buffer |
An array of
ZSTDParameters structs. |
| ZSTDSequence |
Member documentation
|
| ZSTDSequence.Buffer |
An array of
ZSTDSequence structs. |
| ZstdX |
Native bindings to the experimental API of Zstandard (zstd).
|
Zstandard is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-off, while being backed by a very fast decoder. It also offers a special mode for small data, called dictionary compression, and can create dictionaries from any sample set.
Copyright LWJGL. All Rights Reserved. License terms.