#include <WP3UnsupportedVariableLengthGroup.h>
Public Member Functions | |
WP3UnsupportedVariableLengthGroup (WPXInputStream *input, WPXEncryption *encryption) | |
void | parse (WP3Listener *) |
![]() | |
WP3VariableLengthGroup () | |
virtual | ~WP3VariableLengthGroup () |
![]() | |
virtual | ~WP3Part () |
Additional Inherited Members | |
![]() | |
static WP3VariableLengthGroup * | constructVariableLengthGroup (WPXInputStream *input, WPXEncryption *encryption, const uint8_t group) |
static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t group) |
![]() | |
static WP3Part * | constructPart (WPXInputStream *input, WPXEncryption *encryption, const uint8_t readVal) |
![]() | |
void | _read (WPXInputStream *input, WPXEncryption *encryption) |
virtual void | _readContents (WPXInputStream *, WPXEncryption *) |
uint8_t | getSubGroup () const |
uint16_t | getSize () const |
WP3UnsupportedVariableLengthGroup::WP3UnsupportedVariableLengthGroup | ( | WPXInputStream * | input, |
WPXEncryption * | encryption | ||
) |
|
inlinevirtual |
Implements WP3Part.