26 #ifndef PACKET_FUNCTIONS_H 
   27 #define PACKET_FUNCTIONS_H 
bool InflateData(Buffer &data)
Inflates given data. 
 
bool DeflateData(Buffer &data)
Deflates given data. 
 
bool IsDeflated(const Buffer &data)
Checks whether given data is deflated. 
 
Generic class for buffers. 
 
const uint8 DeflateHeaderByte