#include <WP3VariableLengthGroup.h>

Public Member Functions | |
| WP3VariableLengthGroup () | |
| virtual | ~WP3VariableLengthGroup () |
Static Public Member Functions | |
| static WP3VariableLengthGroup * | constructVariableLengthGroup (WPXInputStream *input, WPXEncryption *encryption, const uint8_t group) |
| static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t group) |
Protected Member Functions | |
| void | _read (WPXInputStream *input, WPXEncryption *encryption) |
| virtual void | _readContents (WPXInputStream *, WPXEncryption *) |
| uint8_t | getSubGroup () const |
| uint16_t | getSize () const |
Private Attributes | |
| uint8_t | m_subGroup |
| uint16_t | m_size |
| WP3VariableLengthGroup::WP3VariableLengthGroup | ( | ) |
| virtual WP3VariableLengthGroup::~WP3VariableLengthGroup | ( | ) | [inline, virtual] |
| WP3VariableLengthGroup * WP3VariableLengthGroup::constructVariableLengthGroup | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| const uint8_t | group | |||
| ) | [static] |
| bool WP3VariableLengthGroup::isGroupConsistent | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| const uint8_t | group | |||
| ) | [static] |
| void WP3VariableLengthGroup::_read | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [protected] |
| virtual void WP3VariableLengthGroup::_readContents | ( | WPXInputStream * | , | |
| WPXEncryption * | ||||
| ) | [inline, protected, virtual] |
| uint8_t WP3VariableLengthGroup::getSubGroup | ( | ) | const [inline, protected] |
| uint16_t WP3VariableLengthGroup::getSize | ( | ) | const [inline, protected] |
uint8_t WP3VariableLengthGroup::m_subGroup [private] |
uint16_t WP3VariableLengthGroup::m_size [private] |