#include <WP5Header.h>
Public Member Functions | |
| WP5Header (WPXInputStream *input, WPXEncryption *encryption, uint32_t documentOffset, uint8_t productType, uint8_t fileType, uint8_t majorVersion, uint8_t minorVersion, uint16_t documentEncryption) | |
| ~WP5Header () | |
Public Member Functions inherited from WPXHeader | |
| WPXHeader (WPXInputStream *input, WPXEncryption *encryption, uint32_t documentOffset, uint8_t productType, uint8_t fileType, uint8_t majorVersion, uint8_t minorVersion, uint16_t documentEncryption) | |
| virtual | ~WPXHeader () |
| uint32_t | getDocumentOffset () const |
| uint8_t | getProductType () const |
| uint8_t | getFileType () const |
| uint8_t | getMajorVersion () const |
| uint8_t | getMinorVersion () const |
| uint16_t | getDocumentEncryption () const |
Additional Inherited Members | |
Static Public Member Functions inherited from WPXHeader | |
| static WPXHeader * | constructHeader (WPXInputStream *input, WPXEncryption *encryption) |
| WP5Header::WP5Header | ( | WPXInputStream * | input, |
| WPXEncryption * | encryption, | ||
| uint32_t | documentOffset, | ||
| uint8_t | productType, | ||
| uint8_t | fileType, | ||
| uint8_t | majorVersion, | ||
| uint8_t | minorVersion, | ||
| uint16_t | documentEncryption | ||
| ) |
|
inline |