36 uchar*& unCompressedBuff,
Simple class that will compress and decompress specified buffers using the routines provided in zlib...
unsigned __int32 kkuint32
static void * Decompress(const void *compressedBuff, kkuint32 compressedBuffLen, kkuint32 &unCompressedLen)
static void * CreateCompressedBuffer(void *source, kkuint32 sourceLen, kkuint32 &compressedBuffLen)
static void Decompress(const void *compressedBuff, kkuint32 compressedBuffLen, uchar *&unCompressedBuff, kkuint32 &unCompressedBuffSize, kkuint32 &unCompressedBuffLen)
unsigned char uchar
Unsigned character.