#include <WP5GeneralPacketIndex.h>
Public Member Functions | |
| WP5GeneralPacketIndex (WPXInputStream *input, WPXEncryption *encryption, int id) | |
| int | getID () const |
| uint16_t | getType () const |
| uint32_t | getDataSize () const |
| uint32_t | getDataOffset () const |
Protected Member Functions | |
| void | _read (WPXInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
| int | m_id |
| uint16_t | m_type |
| uint32_t | m_dataSize |
| uint32_t | m_dataOffset |
| WP5GeneralPacketIndex::WP5GeneralPacketIndex | ( | WPXInputStream * | input, |
| WPXEncryption * | encryption, | ||
| int | id | ||
| ) |
|
protected |
Referenced by WP5GeneralPacketIndex().
|
inline |
Referenced by WP5GeneralPacketData::constructGeneralPacketData().
|
inline |
Referenced by WP5GeneralPacketData::constructGeneralPacketData().
|
inline |
Referenced by WP5GeneralPacketData::constructGeneralPacketData().
|
inline |
Referenced by WP5GeneralPacketData::constructGeneralPacketData(), and WP5PrefixData::WP5PrefixData().
|
private |
Referenced by _read(), and getDataOffset().
|
private |
Referenced by _read(), and getDataSize().