Compressor::GetDataSize
Defined in:
Returns the current size of the compressed data.
C4Messages.h
Prototype
uint32 GetDataSize(void) const;
Description
The GetDataSize
function returns the total number of bytes written to the Compressor
object. When the Message::CompressMessage
function is called, the Compressor
object passed in initially has a size of zero. No more than kMaxMessageSize - 1
bytes should be written to a Compressor
object.