#include <WP61Header.h>
Public Member Functions | |
WP61Header (WPXInputStream *input, WPXEncryption *encryption, uint32_t documentOffset, uint8_t productType, uint8_t fileType, uint8_t majorVersion, uint8_t minorVersion, uint16_t documentEncryption) | |
~WP61Header () | |
uint32_t | getDocumentSize () const |
![]() | |
WP6Header (WPXInputStream *input, WPXEncryption *encryption, uint32_t documentOffset, uint8_t productType, uint8_t fileType, uint8_t majorVersion, uint8_t minorVersion, uint16_t documentEncryption) | |
virtual | ~WP6Header () |
uint16_t | getIndexHeaderOffset () const |
uint16_t | getNumPrefixIndices () const |
![]() | |
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 |
Private Attributes | |
uint32_t | m_documentSize |
Additional Inherited Members | |
![]() | |
static WPXHeader * | constructHeader (WPXInputStream *input, WPXEncryption *encryption) |
![]() | |
void | _readIndexInformation (WPXInputStream *input, WPXEncryption *encryption) |
WP61Header::WP61Header | ( | WPXInputStream * | input, |
WPXEncryption * | encryption, | ||
uint32_t | documentOffset, | ||
uint8_t | productType, | ||
uint8_t | fileType, | ||
uint8_t | majorVersion, | ||
uint8_t | minorVersion, | ||
uint16_t | documentEncryption | ||
) |
WP61Header::~WP61Header | ( | ) |
|
inline |
|
private |
Referenced by getDocumentSize(), and WP61Header().