#include <plNetMsgStream.h>
Member Enumeration Documentation
- Enumerator:
kCompressionNone |
|
kCompressionFailed |
|
kCompressionZlib |
|
kCompressionDont |
|
Constructor & Destructor Documentation
plNetMsgStreamHelper::plNetMsgStreamHelper |
( |
| ) |
|
plNetMsgStreamHelper::~plNetMsgStreamHelper |
( |
| ) |
|
Member Function Documentation
unsigned char plNetMsgStreamHelper::getCompressionType |
( |
| ) |
const |
const unsigned char* plNetMsgStreamHelper::getStream |
( |
| ) |
const |
unsigned int plNetMsgStreamHelper::getStreamLength |
( |
| ) |
const |
unsigned int plNetMsgStreamHelper::getUncompressedSize |
( |
| ) |
const |
Reads this creatable directly from the stream. If any keys are read, they will be added to the plResManager automatically.
Reimplemented from plCreatable.
void plNetMsgStreamHelper::setCompressionType |
( |
unsigned char |
type | ) |
|
void plNetMsgStreamHelper::setStream |
( |
const unsigned char * |
stream, |
|
|
unsigned int |
length |
|
) |
| |
void plNetMsgStreamHelper::setUncompressedSize |
( |
unsigned int |
size | ) |
|
Writes this creatable directly to the stream. The plResManager is used to manage any key references written by this creatable.
Reimplemented from plCreatable.
The documentation for this class was generated from the following file: