Packable::GetPackSize
Defined in: C4Packing.h
Returns the number of bytes needed to pack the object's data.
Prototype
unsigned long GetPackSize(unsigned long packFlags) const;
Parameters
packFlags |
The packing flags.
|
Description
The GetPackSize function returns the number of bytes that would be written to the output stream when the object's data is packed.
See Also
Packable::Pack
Packable::Unpack
|