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