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.
#include <DataCompressor.h>
List of all members.
Detailed Description
Definition at line 21 of file DataCompressor.h.
Member Function Documentation
| static void RakNet::DataCompressor::Compress |
( |
unsigned char * |
userData, |
|
|
unsigned |
sizeInBytes, |
|
|
RakNet::BitStream * |
output |
|
) |
| [static] |
| static unsigned RakNet::DataCompressor::DecompressAndAllocate |
( |
RakNet::BitStream * |
input, |
|
|
unsigned char ** |
output |
|
) |
| [static] |
| static void RakNet::DataCompressor::DestroyInstance |
( |
DataCompressor * |
i | ) |
[static] |
| static DataCompressor* RakNet::DataCompressor::GetInstance |
( |
void |
| ) |
[static] |
The documentation for this class was generated from the following file: