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