Expand description
Structs§
- Compress
Options - Options to use for compression.
Enums§
- CheckCRC
- Bool enum for the LZ decoder to check the CRC of the compressed data.
- Compression
Level - Set of compression levels.
- Compressor
- Set of compression algorithms.
- Decode
Thread Phase - Thread phase for threaded decompression.
- Jobify
- Controls the amount of internal threading used by the compressor.
- Profile
- Decoder profile to target.
- Verbosity
- Verbosity level for LZ decompression.
Constants§
- BLOCK_
LEN - The number of raw bytes per seek chunk
- FAILED
- Return value of compress and decompress on failure
- LOCALDICTIONARYSIZE_
MAX - Maximum value of max_local_dictionary_size in CompressOptions
Functions§
- compress
- Compress some data from memory to memory synchronously.
- decompress
- Decompress some data from memory to memory synchronously.