libebook::CHMStream Class Reference

#include <CHMStream.h>

List of all members.

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)
CHMStreamoperator= (const CHMStream &other)

Private Attributes

boost::scoped_ptr< Implm_impl

Constructor & Destructor Documentation

libebook::CHMStream::CHMStream ( const CHMStream other) [private]

Member Function Documentation

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]
CHMStream& libebook::CHMStream::operator= ( const CHMStream other) [private]
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]

Member Data Documentation


The documentation for this class was generated from the following files: