Main Page
Modules
Namespaces
Classes
Files
Directories
Related Pages
Alphabetical List
Class List
Class Hierarchy
Class Members
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:
C:/RakNet 2.518/Include/
DataCompressor.h
C:/RakNet 2.518/Source/DataCompressor.cpp
Generated on Sat Oct 14 08:37:38 2006 for RakNet by
1.4.6-NO