#include <WP1JustificationGroup.h>
Public Member Functions | |
WP1JustificationGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t group) | |
~WP1JustificationGroup () | |
void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
void | parse (WP1Listener *listener) |
![]() | |
WP1FixedLengthGroup (uint8_t group) | |
virtual | ~WP1FixedLengthGroup () |
![]() | |
virtual | ~WP1Part () |
Private Attributes | |
uint8_t | m_justification |
Additional Inherited Members | |
![]() | |
static WP1FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t group) |
static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
![]() | |
void | _read (WPXInputStream *input, WPXEncryption *encryption) |
uint8_t | getGroup () const |
WP1JustificationGroup::WP1JustificationGroup | ( | WPXInputStream * | input, |
WPXEncryption * | encryption, | ||
uint8_t | group | ||
) |
WP1JustificationGroup::~WP1JustificationGroup | ( | ) |
|
virtual |
Reimplemented from WP1FixedLengthGroup.
|
virtual |
Implements WP1Part.
|
private |
Referenced by _readContents(), and parse().