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