#include <WP5IndentGroup.h>
Public Member Functions | |
WP5IndentGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t groupID) | |
void | parse (WP5Listener *listener) |
![]() | |
WP5FixedLengthGroup (const uint8_t groupID) | |
uint8_t | getGroup () const |
![]() | |
virtual | ~WP5Part () |
Protected Member Functions | |
void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
![]() | |
void | _read (WPXInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
uint8_t | m_indentType |
double | m_indentPosition |
Additional Inherited Members | |
![]() | |
static WP5FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
![]() | |
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().