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