#include <WP5IndentGroup.h>
Public Member Functions | |
| WP5IndentGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t groupID) | |
| void | parse (WP5Listener *listener) |
Public Member Functions inherited from WP5FixedLengthGroup | |
| WP5FixedLengthGroup (const uint8_t groupID) | |
| uint8_t | getGroup () const |
Public Member Functions inherited from WP5Part | |
| virtual | ~WP5Part () |
Protected Member Functions | |
| void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
Protected Member Functions inherited from WP5FixedLengthGroup | |
| void | _read (WPXInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
| uint8_t | m_indentType |
| double | m_indentPosition |
Additional Inherited Members | |
Static Public Member Functions inherited from WP5FixedLengthGroup | |
| static WP5FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
| static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
Static Public Member Functions inherited from WP5Part | |
| static WP5Part * | constructPart (WPXInputStream *input, WPXEncryption *encryption, const uint8_t readVal) |
| WP5IndentGroup::WP5IndentGroup | ( | WPXInputStream * | input, |
| WPXEncryption * | encryption, | ||
| uint8_t | groupID | ||
| ) |
|
protectedvirtual |
Implements WP5FixedLengthGroup.
|
virtual |
Implements WP5Part.
|
private |
Referenced by _readContents(), and parse().
|
private |
Referenced by _readContents(), and parse().