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

#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.
 

Field Documentation

◆ distance

size_t distance

Delta distance.

◆ history

uint8_t history

Buffer to hold history of the original data.

◆ next

Next coder in the chain.

◆ pos

uint8_t pos

Position in history[].


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