#include <WP5SpecialHeaderIndex.h>
Public Member Functions | |
WP5SpecialHeaderIndex (WPXInputStream *input, WPXEncryption *encryption) | |
uint16_t | getType () const |
uint16_t | getNumOfIndexes () const |
uint16_t | getIndexBlockSize () const |
uint32_t | getNextBlockOffset () const |
Protected Member Functions | |
void | _read (WPXInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
uint16_t | m_type |
uint16_t | m_numOfIndexes |
uint16_t | m_indexBlockSize |
uint32_t | m_nextBlockOffset |
WP5SpecialHeaderIndex::WP5SpecialHeaderIndex | ( | WPXInputStream * | input, |
WPXEncryption * | encryption | ||
) |
void WP5SpecialHeaderIndex::_read | ( | WPXInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected] |
Referenced by WP5SpecialHeaderIndex().
uint16_t WP5SpecialHeaderIndex::getIndexBlockSize | ( | ) | const [inline] |
Referenced by WP5PrefixData::WP5PrefixData().
uint32_t WP5SpecialHeaderIndex::getNextBlockOffset | ( | ) | const [inline] |
Referenced by WP5PrefixData::WP5PrefixData().
uint16_t WP5SpecialHeaderIndex::getNumOfIndexes | ( | ) | const [inline] |
Referenced by WP5PrefixData::WP5PrefixData().
uint16_t WP5SpecialHeaderIndex::getType | ( | ) | const [inline] |
Referenced by WP5PrefixData::WP5PrefixData().
uint16_t WP5SpecialHeaderIndex::m_indexBlockSize [private] |
Referenced by _read(), and getIndexBlockSize().
uint32_t WP5SpecialHeaderIndex::m_nextBlockOffset [private] |
Referenced by _read(), and getNextBlockOffset().
uint16_t WP5SpecialHeaderIndex::m_numOfIndexes [private] |
Referenced by _read(), and getNumOfIndexes().
uint16_t WP5SpecialHeaderIndex::m_type [private] |