Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ZipLZ4.h File Reference
This graph shows which files directly or indirectly include this file:

Functions

void R__unzipLZ4 (int *srcsize, const unsigned char *src, int *tgtsize, unsigned char *tgt, int *irep)
void R__zipLZ4 (int cxlevel, int *srcsize, const char *src, int *tgtsize, char *tgt, int *irep)

Function Documentation

◆ R__unzipLZ4()

void R__unzipLZ4 ( int * srcsize,
const unsigned char * src,
int * tgtsize,
unsigned char * tgt,
int * irep )

Definition at line 87 of file ZipLZ4.cxx.

◆ R__zipLZ4()

void R__zipLZ4 ( int cxlevel,
int * srcsize,
const char * src,
int * tgtsize,
char * tgt,
int * irep )

Definition at line 33 of file ZipLZ4.cxx.