#include <WP3IndentGroup.h>
Public Member Functions | |
WP3IndentGroup (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_subGroup |
double | m_offset |
WP3IndentGroup::WP3IndentGroup | ( | WPXInputStream * | input, | |
WPXEncryption * | encryption, | |||
uint8_t | groupID | |||
) |
void WP3IndentGroup::_readContents | ( | WPXInputStream * | input, | |
WPXEncryption * | encryption | |||
) | [protected, virtual] |
Implements WP3FixedLengthGroup.
void WP3IndentGroup::parse | ( | WP3Listener * | listener | ) | [virtual] |
Implements WP3Part.
double WP3IndentGroup::m_offset [private] |
Referenced by _readContents(), and parse().
uint8_t WP3IndentGroup::m_subGroup [private] |
Referenced by _readContents(), and parse().