![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "7zTypes.h"
Go to the source code of this file.
Macros | |
#define | DELTA_STATE_SIZE 256 |
Functions | |
void | Delta_Init (Byte *state) |
void | Delta_Encode (Byte *state, unsigned delta, Byte *data, SizeT size) |
void | Delta_Decode (Byte *state, unsigned delta, Byte *data, SizeT size) |
#define DELTA_STATE_SIZE 256 |
void Delta_Init | ( | Byte * | state | ) |