#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 | |||
| ) |
| uint16_t WP5SpecialHeaderIndex::getType | ( | ) | const [inline] |
| uint16_t WP5SpecialHeaderIndex::getNumOfIndexes | ( | ) | const [inline] |
| uint16_t WP5SpecialHeaderIndex::getIndexBlockSize | ( | ) | const [inline] |
| uint32_t WP5SpecialHeaderIndex::getNextBlockOffset | ( | ) | const [inline] |
| void WP5SpecialHeaderIndex::_read | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [protected] |
uint16_t WP5SpecialHeaderIndex::m_type [private] |
uint16_t WP5SpecialHeaderIndex::m_numOfIndexes [private] |
uint16_t WP5SpecialHeaderIndex::m_indexBlockSize [private] |
uint32_t WP5SpecialHeaderIndex::m_nextBlockOffset [private] |