![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Data Fields | |
lzma_next_coder | lzma |
LZMA1 decoder. | |
uint64_t | comp_size |
lzma_vli | uncomp_size |
uint32_t | dict_size |
LZMA dictionary size as given by the application. | |
bool | uncomp_size_is_exact |
bool | props_decoded |
uint8_t | props |
LZMA properties byte (lc/lp/pb) | |
uint64_t comp_size |
Compressed size of the stream as given by the application. This must be exactly correct.
This will be decremented when input is read.
uint32_t dict_size |
LZMA dictionary size as given by the application.
lzma_next_coder lzma |
LZMA1 decoder.
LZMA1 encoder.
uint8_t props |
LZMA properties byte (lc/lp/pb)
bool props_decoded |
True once the first byte of the MicroLZMA stream has been processed.
lzma_vli uncomp_size |
Uncompressed size of the stream as given by the application. This may be less than the actual uncompressed size if uncomp_size_is_exact is false.
This will be decremented when output is produced.
bool uncomp_size_is_exact |
If true, the exact uncompressed size is known. If false, uncomp_size may be smaller than the real uncompressed size; uncomp_size may never be bigger than the real uncompressed size.