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

Compresses/Decompresses ASCII strings and writes/reads them to BitStream class instances. You can use this to easily serialize and deserialize your own strings. More...

#include "Export.h"
#include "DS_Map.h"
#include "memoryoverride.h"
#include "NativeTypes.h"

Go to the source code of this file.

Classes

class  SLNet::StringCompressor
 Writes and reads strings to and from bitstreams. 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

Compresses/Decompresses ASCII strings and writes/reads them to BitStream class instances. You can use this to easily serialize and deserialize your own strings.

Definition in file StringCompressor.h.