#include <WP5GeneralPacketData.h>

Public Member Functions | |
| WP5GeneralPacketData () | |
| virtual | ~WP5GeneralPacketData () |
Static Public Member Functions | |
| static WP5GeneralPacketData * | constructGeneralPacketData (WPXInputStream *input, WPXEncryption *encryption, WP5GeneralPacketIndex *packetIndex) |
Protected Member Functions | |
| virtual void | _readContents (WPXInputStream *input, WPXEncryption *encryption, uint32_t dataSize)=0 |
| virtual void | _read (WPXInputStream *input, WPXEncryption *encryption, uint32_t dataOffset, uint32_t dataSize) |
| WP5GeneralPacketData::WP5GeneralPacketData | ( | ) |
| virtual WP5GeneralPacketData::~WP5GeneralPacketData | ( | ) | [inline, virtual] |
| WP5GeneralPacketData * WP5GeneralPacketData::constructGeneralPacketData | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| WP5GeneralPacketIndex * | packetIndex | |||
| ) | [static] |
| virtual void WP5GeneralPacketData::_readContents | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| uint32_t | dataSize | |||
| ) | [protected, pure virtual] |
Implemented in WP5FontNameStringPoolPacket, WP5GraphicsInformationPacket, and WP5ListFontsUsedPacket.
| void WP5GeneralPacketData::_read | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| uint32_t | dataOffset, | |||
| uint32_t | dataSize | |||
| ) | [protected, virtual] |