module XZ::LibLZMA
This module wraps functions and enums used by liblzma.
Constants
- LZMA_ACTION
Actions that can be passed to the lzma_code() function.
- LZMA_CHECK
Integrity check algorithms supported by liblzma.
- LZMA_CONCATENATED
- LZMA_DECODE_FLAGS
For access convenience of the above flags.
- LZMA_PRESET_EXTREME
Activates extreme compression. Same as xz's ā-eā commandline switch.
- LZMA_RESERVED_ENUM
Placeholder enum used by liblzma for later additions.
- LZMA_RET
Possible return values of liblzma functions.
- LZMA_TELL_ANY_CHECK
- LZMA_TELL_NO_CHECK
- LZMA_TELL_UNSUPPORTED_CHECK
- UINT64_MAX
The maximum value of an uint64_t, as defined by liblzma. Should be the same as
(2 ** 64) - 1