#include <UT_Packet.h>
 | 
|   | UT_Packet () | 
|   | 
|   | ~UT_Packet () | 
|   | 
| int  | beginWrite (std::ostream &str, short class_id, short signature) | 
|   | 
| int  | beginWrite (UT_OStream &str, short class_id, short signature) | 
|   | 
| int  | endWrite () | 
|   | 
| bool  | beginRead (UT_IStream &stream, short &class_id, short &signature) | 
|   | 
| int  | cancelRead () | 
|   | 
| int  | endRead () | 
|   | 
| std::ostream *  | beginPipeWrite (std::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) | 
|   | 
Definition at line 30 of file UT_Packet.h.
 
      
        
          | UT_Packet::~UT_Packet  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | std::ostream* UT_Packet::beginPipeWrite  | 
          ( | 
          std::ostream &  | 
          str,  | 
        
        
           | 
           | 
          short  | 
          class_id,  | 
        
        
           | 
           | 
          short  | 
          signature  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | bool UT_Packet::beginRead  | 
          ( | 
          UT_IStream &  | 
          stream,  | 
        
        
           | 
           | 
          short &  | 
          class_id,  | 
        
        
           | 
           | 
          short &  | 
          signature  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | int UT_Packet::beginWrite  | 
          ( | 
          std::ostream &  | 
          str,  | 
        
        
           | 
           | 
          short  | 
          class_id,  | 
        
        
           | 
           | 
          short  | 
          signature  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | int UT_Packet::beginWrite  | 
          ( | 
          UT_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   | 
  
 
 
The documentation for this class was generated from the following file: