#include <compression.h>
|
| static unsigned char * | Pack (unsigned char *pDst, int i, int DstSize) |
| |
| static const unsigned char * | Unpack (const unsigned char *pSrc, int *pInOut, int SrcSize) |
| |
| static long | Compress (const void *pSrc, int SrcSize, void *pDst, int DstSize) |
| |
| static long | Decompress (const void *pSrc, int SrcSize, void *pDst, int DstSize) |
| |
◆ anonymous enum
| Enumerator |
|---|
| MAX_BYTES_PACKED | |
◆ Compress()
◆ Decompress()
◆ Pack()
◆ Unpack()
The documentation for this class was generated from the following files: