![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Decodes .lz (lzip) files. More...
Data Structures | |
struct | lzma_lzip_coder |
Macros | |
#define | LZIP_V0_FOOTER_SIZE 12 |
#define | LZIP_V1_FOOTER_SIZE 20 |
#define | LZIP_FOOTER_SIZE_MAX LZIP_V1_FOOTER_SIZE |
#define | LZIP_LC 3 |
#define | LZIP_LP 0 |
#define | LZIP_PB 2 |
Functions | |
lzma_ret | lzma_lzip_decoder_init (lzma_next_coder *next, const lzma_allocator *allocator, uint64_t memlimit, uint32_t flags) |
LZMA_API (lzma_ret) | |
Decodes .lz (lzip) files.
#define LZIP_FOOTER_SIZE_MAX LZIP_V1_FOOTER_SIZE |
#define LZIP_LC 3 |
#define LZIP_LP 0 |
#define LZIP_PB 2 |
#define LZIP_V0_FOOTER_SIZE 12 |
#define LZIP_V1_FOOTER_SIZE 20 |
|
extern |
|
extern |