![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Data Fields | |
lzma_vli | id |
Filter ID. | |
lzma_init_function | init |
uint64_t(* | memusage )(const void *options) |
lzma_ret(* | props_decode )(void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size) |
lzma_vli id |
Filter ID.
lzma_init_function init |
Initializes the filter encoder and calls lzma_next_filter_init() for filters + 1.
Calculates memory usage of the encoder. If the options are invalid, UINT64_MAX is returned.
lzma_ret(* props_decode)(void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size) |
Decodes Filter Properties.