|
XZ Utils
5.2.5
|
Data Fields | |
| enum lzma_lzma2_coder::sequence | sequence |
| enum sequence | next_sequence |
| Sequence after the size fields have been decoded. More... | |
| lzma_lz_decoder | lzma |
| LZMA decoder. More... | |
| size_t | uncompressed_size |
| Uncompressed size of LZMA chunk. More... | |
| size_t | compressed_size |
| bool | need_properties |
| bool | need_dictionary_reset |
| lzma_options_lzma | options |
| enum lzma_lzma2_coder:: { ... } | sequence |
| void * | lzma |
| LZMA encoder. More... | |
| lzma_options_lzma | opt_cur |
| LZMA options currently in use. More... | |
| bool | need_state_reset |
| size_t | buf_pos |
| Read position in buf[]. More... | |
| uint8_t | buf [LZMA2_HEADER_MAX+LZMA2_CHUNK_MAX] |
| Buffer to hold the chunk header and LZMA compressed data. More... | |
| enum sequence lzma_lzma2_coder::next_sequence |
Sequence after the size fields have been decoded.
| lzma_lz_decoder lzma_lzma2_coder::lzma |
LZMA decoder.
| size_t lzma_lzma2_coder::uncompressed_size |
Uncompressed size of LZMA chunk.
Uncompressed size of a chunk.
| size_t lzma_lzma2_coder::compressed_size |
Compressed size of the chunk (naturally equals to uncompressed size of uncompressed chunk)
Compressed size of a chunk (excluding headers); this is also used to indicate the end of buf[] in SEQ_LZMA_COPY.
| bool lzma_lzma2_coder::need_properties |
True if properties are needed. This is false before the first LZMA chunk.
| bool lzma_lzma2_coder::need_dictionary_reset |
True if dictionary reset is needed. This is false before the first chunk (LZMA or uncompressed).
| void* lzma_lzma2_coder::lzma |
LZMA encoder.
| lzma_options_lzma lzma_lzma2_coder::opt_cur |
LZMA options currently in use.
| size_t lzma_lzma2_coder::buf_pos |
Read position in buf[].
| uint8_t lzma_lzma2_coder::buf[LZMA2_HEADER_MAX+LZMA2_CHUNK_MAX] |
Buffer to hold the chunk header and LZMA compressed data.