Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
Delta.h File Reference
#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)
 

Macro Definition Documentation

◆ DELTA_STATE_SIZE

#define DELTA_STATE_SIZE   256

Function Documentation

◆ Delta_Decode()

void Delta_Decode ( Byte * state,
unsigned delta,
Byte * data,
SizeT size )

◆ Delta_Encode()

void Delta_Encode ( Byte * state,
unsigned delta,
Byte * data,
SizeT size )

◆ Delta_Init()

void Delta_Init ( Byte * state)