examples/PIPS/openclibz/src/compress.c File Reference

Go to the source code of this file.

Functions

void GzCompress (FILE *in, gzFile out)
void FileCompress (char *file, char *mode)
void StringCompress ()

Detailed Description

In this file I use libz api's to compress file and string Here i make use of libz api which can write to compressed files. Also there is memory mapping techniqe used though mmap api of libc which can be used if buffer is large enogh.

Definition in file compress.c.


Function Documentation

void StringCompress (  ) 

Generated by  doxygen 1.6.2