#include <WP5FixedLengthGroup.h>

Public Member Functions | |
| WP5FixedLengthGroup (const uint8_t groupID) | |
| uint8_t | getGroup () const |
Static Public Member Functions | |
| static WP5FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
| static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
Protected Member Functions | |
| void | _read (WPXInputStream *input, WPXEncryption *encryption) |
| virtual void | _readContents (WPXInputStream *input, WPXEncryption *encryption)=0 |
Private Attributes | |
| uint8_t | m_group |
| WP5FixedLengthGroup::WP5FixedLengthGroup | ( | const uint8_t | groupID | ) |
| WP5FixedLengthGroup * WP5FixedLengthGroup::constructFixedLengthGroup | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| const uint8_t | groupID | |||
| ) | [static] |
| bool WP5FixedLengthGroup::isGroupConsistent | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| const uint8_t | groupID | |||
| ) | [static] |
| uint8_t WP5FixedLengthGroup::getGroup | ( | ) | const [inline] |
| void WP5FixedLengthGroup::_read | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [protected] |
| virtual void WP5FixedLengthGroup::_readContents | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [protected, pure virtual] |
Implemented in WP5AttributeGroup, WP5ExtendedCharacterGroup, WP5IndentGroup, WP5TabGroup, and WP5UnsupportedFixedLengthGroup.
uint8_t WP5FixedLengthGroup::m_group [private] |