#include <WP6Header.h>
Public Member Functions | |
| WP6Header (WPXInputStream *input, uint32_t documentOffset, uint8_t productType, uint8_t fileType, uint8_t majorVersion, uint8_t minorVersion, uint16_t documentEncryption) | |
| virtual | ~WP6Header () |
| const uint16_t | getIndexHeaderOffset () const |
| const uint16_t | getNumPrefixIndices () const |
Protected Member Functions | |
| void | _readIndexInformation (WPXInputStream *input) |
Private Attributes | |
| uint16_t | m_indexHeaderOffset |
| uint16_t | m_numPrefixIndices |
| WP6Header::WP6Header | ( | WPXInputStream * | input, | |
| uint32_t | documentOffset, | |||
| uint8_t | productType, | |||
| uint8_t | fileType, | |||
| uint8_t | majorVersion, | |||
| uint8_t | minorVersion, | |||
| uint16_t | documentEncryption | |||
| ) |
| virtual WP6Header::~WP6Header | ( | ) | [inline, virtual] |
| void WP6Header::_readIndexInformation | ( | WPXInputStream * | input | ) | [protected] |
Referenced by WP60Header::WP60Header(), and WP61Header::WP61Header().
| const uint16_t WP6Header::getIndexHeaderOffset | ( | ) | const [inline] |
| const uint16_t WP6Header::getNumPrefixIndices | ( | ) | const [inline] |
uint16_t WP6Header::m_indexHeaderOffset [private] |
Referenced by _readIndexInformation(), getIndexHeaderOffset(), and WP6Header().
uint16_t WP6Header::m_numPrefixIndices [private] |
Referenced by _readIndexInformation(), and getNumPrefixIndices().