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