#include <WP1UnsupportedFixedLengthGroup.h>
Public Member Functions | |
| WP1UnsupportedFixedLengthGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t group) | |
| void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
| void | parse (WP1Listener *) |
Public Member Functions inherited from WP1FixedLengthGroup | |
| WP1FixedLengthGroup (uint8_t group) | |
| virtual | ~WP1FixedLengthGroup () |
Public Member Functions inherited from WP1Part | |
| virtual | ~WP1Part () |
Additional Inherited Members | |
Static Public Member Functions inherited from WP1FixedLengthGroup | |
| static WP1FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t group) |
Protected Member Functions inherited from WP1FixedLengthGroup | |
| void | _read (WPXInputStream *input, WPXEncryption *encryption) |
| uint8_t | getGroup () const |
| WP1UnsupportedFixedLengthGroup::WP1UnsupportedFixedLengthGroup | ( | WPXInputStream * | input, |
| WPXEncryption * | encryption, | ||
| uint8_t | group | ||
| ) |
|
virtual |
Reimplemented from WP1FixedLengthGroup.
|
inlinevirtual |
Implements WP1Part.