#include <UT_Packet.h>
Public Member Functions | |
| UT_Packet () | |
| ~UT_Packet () | |
| int | beginWrite (ostream &str, short class_id, short signature) |
| int | endWrite () |
| bool | beginRead (UT_IStream &stream, short &class_id, short &signature) |
| int | cancelRead () |
| int | endRead () |
| ostream * | beginPipeWrite (ostream &str, short class_id, short signature) |
| int | endPipeWrite () |
| UT_IStream * | beginPipeRead (UT_IStream &stream, short &class_id, short &sig) |
| int | endPipeRead () |
| void | setHeaderTaint (UT_PacketTaint *taint) |
Static Public Member Functions | |
| static char * | compressPacket (const char *src, int &size) |
| static char * | uncompressPacket (const char *src, int &size) |
| static unsigned int | getHeaderSize () |
Definition at line 36 of file UT_Packet.h.
| UT_Packet::UT_Packet | ( | ) |
| UT_Packet::~UT_Packet | ( | ) |
| UT_IStream* UT_Packet::beginPipeRead | ( | UT_IStream & | stream, | |
| short & | class_id, | |||
| short & | sig | |||
| ) |
| ostream* UT_Packet::beginPipeWrite | ( | ostream & | str, | |
| short | class_id, | |||
| short | signature | |||
| ) |
| bool UT_Packet::beginRead | ( | UT_IStream & | stream, | |
| short & | class_id, | |||
| short & | signature | |||
| ) |
| int UT_Packet::beginWrite | ( | ostream & | str, | |
| short | class_id, | |||
| short | signature | |||
| ) |
| int UT_Packet::cancelRead | ( | ) |
| static char* UT_Packet::compressPacket | ( | const char * | src, | |
| int & | size | |||
| ) | [static] |
| int UT_Packet::endPipeRead | ( | ) |
| int UT_Packet::endPipeWrite | ( | ) |
| int UT_Packet::endRead | ( | ) |
| int UT_Packet::endWrite | ( | ) |
| static unsigned int UT_Packet::getHeaderSize | ( | ) | [static] |
| void UT_Packet::setHeaderTaint | ( | UT_PacketTaint * | taint | ) |
| static char* UT_Packet::uncompressPacket | ( | const char * | src, | |
| int & | size | |||
| ) | [static] |
1.5.9