17 #ifndef ZVRPARSER_H_INCLUDED
18 #define ZVRPARSER_H_INCLUDED
22 #include <boost/shared_ptr.hpp>
24 class WPXDocumentInterface;
38 ZVRParser(WPXInputStream *input, WPXDocumentInterface *document);
45 boost::shared_ptr<WPXInputStream>
uncompress();
47 void writeText(boost::shared_ptr<WPXInputStream> input);
58 #endif // ZVRPARSER_H_INCLUDED
void readReplacementTable()
Definition: ZVRParser.cpp:62
std::string m_replacementTable[256]
Definition: ZVRParser.h:53
WPXDocumentInterface *const m_document
Definition: ZVRParser.h:51
ZVRParser & operator=(const ZVRParser &other)
bool parse()
Definition: ZVRParser.cpp:44
ZVRParser(const ZVRParser &other)
WPXInputStream *const m_input
Definition: ZVRParser.h:50
void writeText(boost::shared_ptr< WPXInputStream > input)
Definition: ZVRParser.cpp:103
boost::shared_ptr< WPXInputStream > uncompress()
Definition: ZVRParser.cpp:89
Definition: ZVRParser.h:30