#include <WPXHeader.h>
Constructor & Destructor Documentation
WPXHeader::WPXHeader |
( |
WPXInputStream * |
input, |
|
|
WPXEncryption * |
encryption, |
|
|
uint32_t |
documentOffset, |
|
|
uint8_t |
productType, |
|
|
uint8_t |
fileType, |
|
|
uint8_t |
majorVersion, |
|
|
uint8_t |
minorVersion, |
|
|
uint16_t |
documentEncryption |
|
) |
| |
WPXHeader::~WPXHeader |
( |
| ) |
|
|
virtual |
Member Function Documentation
uint16_t WPXHeader::getDocumentEncryption |
( |
| ) |
const |
|
inline |
uint32_t WPXHeader::getDocumentOffset |
( |
| ) |
const |
|
inline |
uint8_t WPXHeader::getFileType |
( |
| ) |
const |
|
inline |
uint8_t WPXHeader::getMajorVersion |
( |
| ) |
const |
|
inline |
uint8_t WPXHeader::getMinorVersion |
( |
| ) |
const |
|
inline |
uint8_t WPXHeader::getProductType |
( |
| ) |
const |
|
inline |
Member Data Documentation
uint16_t WPXHeader::m_documentEncryption |
|
private |
uint32_t WPXHeader::m_documentOffset |
|
private |
uint8_t WPXHeader::m_fileType |
|
private |
uint8_t WPXHeader::m_majorVersion |
|
private |
uint8_t WPXHeader::m_minorVersion |
|
private |
uint8_t WPXHeader::m_productType |
|
private |
The documentation for this class was generated from the following files: