#include <WPSHeader.h>
Public Member Functions | |
| WPSHeader (WPSInputStream *input, uint8_t majorVersion) | |
| virtual | ~WPSHeader () |
| WPSInputStream * | getInput () const |
| const uint8_t | getMajorVersion () const |
Static Public Member Functions | |
| static WPSHeader * | constructHeader (WPSInputStream *input) |
| So far, we have identified three categories of Works documents. | |
Private Attributes | |
| WPSInputStream * | m_input |
| uint8_t | m_majorVersion |
|
||||||||||||
|
|
|
|
|
|
|
So far, we have identified three categories of Works documents. Works documents versions 3 and later use a MS OLE container, so we detect their type by checking for OLE stream names. Works version 2 is like Works 3 without OLE, so those two types use the same parser. |
|
|
|
|
|
|
|
|
|
|
|
|