#include <PDXLZ77Stream.h>
Public Member Functions | |
| PDXLZ77Stream (librevenge::RVNGInputStream *stream) | |
| virtual | ~PDXLZ77Stream () |
| virtual bool | isStructured () |
| virtual unsigned | subStreamCount () |
| virtual const char * | subStreamName (unsigned id) |
| virtual bool | existsSubStream (const char *name) |
| virtual librevenge::RVNGInputStream * | getSubStreamByName (const char *name) |
| virtual RVNGInputStream * | getSubStreamById (unsigned id) |
| virtual const unsigned char * | read (unsigned long numBytes, unsigned long &numBytesRead) |
| virtual int | seek (long offset, librevenge::RVNG_SEEK_TYPE seekType) |
| virtual long | tell () |
| virtual bool | isEnd () |
Private Member Functions | |
| PDXLZ77Stream (const PDXLZ77Stream &other) | |
| PDXLZ77Stream & | operator= (const PDXLZ77Stream &other) |
Private Attributes | |
| boost::scoped_ptr < librevenge::RVNGInputStream > | m_stream |
| libebook::PDXLZ77Stream::PDXLZ77Stream | ( | const PDXLZ77Stream & | other | ) | [private] |
| libebook::PDXLZ77Stream::PDXLZ77Stream | ( | librevenge::RVNGInputStream * | stream | ) |
| libebook::PDXLZ77Stream::~PDXLZ77Stream | ( | ) | [virtual] |
| bool libebook::PDXLZ77Stream::existsSubStream | ( | const char * | name | ) | [virtual] |
| librevenge::RVNGInputStream * libebook::PDXLZ77Stream::getSubStreamById | ( | unsigned | id | ) | [virtual] |
| librevenge::RVNGInputStream * libebook::PDXLZ77Stream::getSubStreamByName | ( | const char * | name | ) | [virtual] |
| bool libebook::PDXLZ77Stream::isEnd | ( | ) | [virtual] |
| bool libebook::PDXLZ77Stream::isStructured | ( | ) | [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, |
| librevenge::RVNG_SEEK_TYPE | seekType | ||
| ) | [virtual] |
| unsigned libebook::PDXLZ77Stream::subStreamCount | ( | ) | [virtual] |
| const char * libebook::PDXLZ77Stream::subStreamName | ( | unsigned | id | ) | [virtual] |
| long libebook::PDXLZ77Stream::tell | ( | ) | [virtual] |
boost::scoped_ptr<librevenge::RVNGInputStream> libebook::PDXLZ77Stream::m_stream [private] |
Referenced by isEnd(), PDXLZ77Stream(), read(), seek(), and tell().