#include <WP1VariableLengthGroup.h>
Public Member Functions | |
WP1VariableLengthGroup (uint8_t group) | |
virtual | ~WP1VariableLengthGroup () |
![]() | |
virtual | ~WP1Part () |
virtual void | parse (WP1Listener *listener)=0 |
Static Public Member Functions | |
static WP1VariableLengthGroup * | constructVariableLengthGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t group) |
static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t group) |
![]() | |
static WP1Part * | constructPart (WPXInputStream *input, WPXEncryption *encryption, uint8_t readVal) |
Protected Member Functions | |
void | _read (WPXInputStream *input, WPXEncryption *encryption) |
virtual void | _readContents (WPXInputStream *input, WPXEncryption *encryption)=0 |
uint8_t | getGroup () const |
uint32_t | getSize () const |
Private Attributes | |
uint8_t | m_group |
uint32_t | m_size |
WP1VariableLengthGroup::WP1VariableLengthGroup | ( | uint8_t | group) |
|
inlinevirtual |
|
protected |
|
protectedpure virtual |
Implemented in WP1UnsupportedVariableLengthGroup, WP1FootnoteEndnoteGroup, WP1PictureGroup, WP1HeaderFooterGroup, and WP1SetTabsGroup.
Referenced by _read().
|
static |
Referenced by WP1Part::constructPart().
|
inlineprotected |
|
inlineprotected |
|
static |
Referenced by WP1Part::constructPart().
|
private |
Referenced by _read(), and getGroup().