![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <delta_private.h>
Data Fields | |
| lzma_next_coder | next |
| Next coder in the chain. | |
| size_t | distance |
| Delta distance. | |
| uint8_t | pos |
| Position in history[]. | |
| uint8_t | history [LZMA_DELTA_DIST_MAX] |
| Buffer to hold history of the original data. | |
| size_t distance |
Delta distance.
| uint8_t history |
Buffer to hold history of the original data.
| lzma_next_coder next |
Next coder in the chain.
| uint8_t pos |
Position in history[].