#include <IMPLZSSStream.h>
Classes | |
| struct | Configuration |
Public Member Functions | |
| IMPLZSSStream (WPXInputStream *stream, const Configuration &configuration=Configuration()) | |
| virtual | ~IMPLZSSStream () |
| virtual bool | isOLEStream () |
| virtual WPXInputStream * | getDocumentOLEStream (const char *name) |
| virtual const unsigned char * | read (unsigned long numBytes, unsigned long &numBytesRead) |
| virtual int | seek (long offset, WPX_SEEK_TYPE seekType) |
| virtual long | tell () |
| virtual bool | atEOS () |
Private Member Functions | |
| IMPLZSSStream (const IMPLZSSStream &other) | |
| IMPLZSSStream & | operator= (const IMPLZSSStream &other) |
Private Attributes | |
| boost::scoped_ptr< WPXInputStream > | m_stream |
| libebook::IMPLZSSStream::IMPLZSSStream | ( | const IMPLZSSStream & | other | ) | [private] |
| libebook::IMPLZSSStream::IMPLZSSStream | ( | WPXInputStream * | stream, |
| const Configuration & | configuration = Configuration() |
||
| ) | [explicit] |
| libebook::IMPLZSSStream::~IMPLZSSStream | ( | ) | [virtual] |
| bool libebook::IMPLZSSStream::atEOS | ( | ) | [virtual] |
| WPXInputStream * libebook::IMPLZSSStream::getDocumentOLEStream | ( | const char * | name | ) | [virtual] |
| bool libebook::IMPLZSSStream::isOLEStream | ( | ) | [virtual] |
| IMPLZSSStream& libebook::IMPLZSSStream::operator= | ( | const IMPLZSSStream & | other | ) | [private] |
| const unsigned char * libebook::IMPLZSSStream::read | ( | unsigned long | numBytes, |
| unsigned long & | numBytesRead | ||
| ) | [virtual] |
| int libebook::IMPLZSSStream::seek | ( | long | offset, |
| WPX_SEEK_TYPE | seekType | ||
| ) | [virtual] |
| long libebook::IMPLZSSStream::tell | ( | ) | [virtual] |
boost::scoped_ptr<WPXInputStream> libebook::IMPLZSSStream::m_stream [private] |
Referenced by atEOS(), IMPLZSSStream(), read(), seek(), and tell().