Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
lzma_microlzma_coder Struct Reference

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)
 

Field Documentation

◆ comp_size

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.

◆ dict_size

uint32_t dict_size

LZMA dictionary size as given by the application.

◆ lzma

LZMA1 decoder.

LZMA1 encoder.

◆ props

uint8_t props

LZMA properties byte (lc/lp/pb)

◆ props_decoded

bool props_decoded

True once the first byte of the MicroLZMA stream has been processed.

◆ uncomp_size

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.

◆ uncomp_size_is_exact

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.


The documentation for this struct was generated from the following files: