DataCompressor Class Reference

Does compression on a block of data. Not very good compression, but it's small and fast so is something you can compute at runtime. More...

#include <DataCompressor.h>

List of all members.

Static Public Member Functions

static void Compress (unsigned char *userData, unsigned sizeInBytes, RakNet::BitStream *output)
static unsigned DecompressAndAllocate (RakNet::BitStream *input, unsigned char **output)


Detailed Description

Does compression on a block of data. Not very good compression, but it's small and fast so is something you can compute at runtime.


The documentation for this class was generated from the following files:
Generated on Sat Oct 14 08:37:38 2006 for RakNet by  doxygen 1.4.6-NO