SLikeNet  0.1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DataCompressor.h File Reference

DataCompressor does compression on a block of data. More...

#include "memoryoverride.h"
#include "DS_HuffmanEncodingTree.h"
#include "Export.h"

Go to the source code of this file.

Classes

class  SLNet::DataCompressor
 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...
 

Namespaces

namespace  SLNet
 Simple class to send changes between directories. In essence, a simple autopatcher that can be used for transmitting levels, skins, etc.
 

Detailed Description

DataCompressor does compression on a block of data.

Not very good compression, but it's small and fast so is something you can use per-message at runtime.

Definition in file DataCompressor.h.