XZ Utils
5.2.9
|
Public Types | |
enum | { SEQ_PROPERTIES , SEQ_DICTIONARY_SIZE , SEQ_UNCOMPRESSED_SIZE , SEQ_CODER_INIT , SEQ_CODE } |
enum | { SEQ_HEADER , SEQ_CODE } |
Data Fields | |
lzma_next_coder | next |
enum lzma_alone_coder:: { ... } | sequence |
bool | picky |
size_t | pos |
Position in the header fields. More... | |
lzma_vli | uncompressed_size |
Uncompressed size decoded from the header. More... | |
uint64_t | memlimit |
Memory usage limit. More... | |
uint64_t | memusage |
Amount of memory actually needed (only an estimate) More... | |
lzma_options_lzma | options |
enum lzma_alone_coder:: { ... } | sequence |
size_t | header_pos |
uint8_t | header [ALONE_HEADER_SIZE] |
bool lzma_alone_coder::picky |
If true, reject files that are unlikely to be .lzma files. If false, more non-.lzma files get accepted and will give LZMA_DATA_ERROR either immediately or after a few output bytes.
size_t lzma_alone_coder::pos |
Position in the header fields.
lzma_vli lzma_alone_coder::uncompressed_size |
Uncompressed size decoded from the header.
uint64_t lzma_alone_coder::memlimit |
Memory usage limit.
uint64_t lzma_alone_coder::memusage |
Amount of memory actually needed (only an estimate)
lzma_options_lzma lzma_alone_coder::options |
Options decoded from the header needed to initialize the LZMA decoder