#include "tcZLib.h"
#include "zlib.h"
#include <string.h>
Namespaces | |
namespace | ZLib |
Functions | |
int | ZLib::Compress (unsigned char *apDest, unsigned int *apDestLen, unsigned char *apSource, unsigned int anSourceLen) |
Compress a memory mapped image to a gzip compatible output image, including the necessary header for decoding by gzip versions 1.2.3 or higher. | |
int | ZLib::UnCompress (unsigned char *apDest, unsigned int *apDestLen, unsigned char *apSource, unsigned int anSourceLen) |
UnCompresses a gzip image to a memory image. |