#include <WP5ExtendedCharacterGroup.h>
Public Member Functions | |
WP5ExtendedCharacterGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t groupID) | |
void | parse (WP5Listener *listener) |
Protected Member Functions | |
void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
uint8_t | m_character |
uint8_t | m_characterSet |
WP5ExtendedCharacterGroup::WP5ExtendedCharacterGroup | ( | WPXInputStream * | input, |
WPXEncryption * | encryption, | ||
uint8_t | groupID | ||
) |
void WP5ExtendedCharacterGroup::_readContents | ( | WPXInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected, virtual] |
Implements WP5FixedLengthGroup.
void WP5ExtendedCharacterGroup::parse | ( | WP5Listener * | listener ) | [virtual] |
Implements WP5Part.
uint8_t WP5ExtendedCharacterGroup::m_character [private] |
Referenced by _readContents(), and parse().
uint8_t WP5ExtendedCharacterGroup::m_characterSet [private] |
Referenced by _readContents(), and parse().