Shadowrun: Awakened 29 September 2011 - Build 871
Static Public Member Functions
RakNet::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.

#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)
static void DestroyInstance (DataCompressor *i)
static DataCompressorGetInstance (void)

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:

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net