libebook::IMPLZSSStream Class Reference

#include <IMPLZSSStream.h>

Inheritance diagram for libebook::IMPLZSSStream:

Classes

struct  Configuration
 

Public Member Functions

 IMPLZSSStream (librevenge::RVNGInputStream *stream, const Configuration &configuration=Configuration())
 
virtual ~IMPLZSSStream ()
 
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

 IMPLZSSStream (const IMPLZSSStream &other)
 
IMPLZSSStreamoperator= (const IMPLZSSStream &other)
 

Private Attributes

boost::scoped_ptr
< librevenge::RVNGInputStream > 
m_stream
 

Constructor & Destructor Documentation

libebook::IMPLZSSStream::IMPLZSSStream ( const IMPLZSSStream other)
private
libebook::IMPLZSSStream::IMPLZSSStream ( librevenge::RVNGInputStream *  stream,
const Configuration configuration = Configuration() 
)
explicit
libebook::IMPLZSSStream::~IMPLZSSStream ( )
virtual

Member Function Documentation

bool libebook::IMPLZSSStream::existsSubStream ( const char *  name)
virtual
librevenge::RVNGInputStream * libebook::IMPLZSSStream::getSubStreamById ( unsigned  id)
virtual
librevenge::RVNGInputStream * libebook::IMPLZSSStream::getSubStreamByName ( const char *  name)
virtual
bool libebook::IMPLZSSStream::isEnd ( )
virtual
bool libebook::IMPLZSSStream::isStructured ( )
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,
librevenge::RVNG_SEEK_TYPE  seekType 
)
virtual
unsigned libebook::IMPLZSSStream::subStreamCount ( )
virtual
const char * libebook::IMPLZSSStream::subStreamName ( unsigned  id)
virtual
long libebook::IMPLZSSStream::tell ( )
virtual

Member Data Documentation

boost::scoped_ptr<librevenge::RVNGInputStream> libebook::IMPLZSSStream::m_stream
private

Referenced by IMPLZSSStream(), isEnd(), read(), seek(), and tell().


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

Generated for libe-book by doxygen 1.8.8