#include <WP6UnsupportedVariableLengthGroup.h>
Public Member Functions | |
| WP6UnsupportedVariableLengthGroup (WPXInputStream *input, WPXEncryption *encryption) | |
| void | parse (WP6Listener *) |
Public Member Functions inherited from WP6VariableLengthGroup | |
| WP6VariableLengthGroup () | |
| virtual | ~WP6VariableLengthGroup () |
Public Member Functions inherited from WP6Part | |
| virtual | ~WP6Part () |
Additional Inherited Members | |
Static Public Member Functions inherited from WP6VariableLengthGroup | |
| static WP6VariableLengthGroup * | constructVariableLengthGroup (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
| static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
Protected Member Functions inherited from WP6VariableLengthGroup | |
| void | _read (WPXInputStream *input, WPXEncryption *encryption) |
| virtual void | _readContents (WPXInputStream *, WPXEncryption *) |
| uint8_t | getSubGroup () const |
| uint16_t | getSize () const |
| uint8_t | getFlags () const |
| uint8_t | getNumPrefixIDs () const |
| const uint16_t * | getPrefixIDs () const |
| uint16_t | getSizeNonDeletable () const |
| uint16_t | getSizeDeletable () const |
| WP6UnsupportedVariableLengthGroup::WP6UnsupportedVariableLengthGroup | ( | WPXInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) |
|
inlinevirtual |
Implements WP6Part.