libebook::RocketEBookStream Class Reference

#include <RocketEBookStream.h>

Inheritance diagram for libebook::RocketEBookStream:

Classes

struct  Impl

Public Member Functions

 RocketEBookStream (const RVNGInputStreamPtr_t &input, const RocketEBookHeader &header)
virtual ~RocketEBookStream ()
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

 RocketEBookStream (const RocketEBookStream &other)
RocketEBookStreamoperator= (const RocketEBookStream &other)

Private Attributes

std::unique_ptr< Implm_impl

Constructor & Destructor Documentation

◆ RocketEBookStream() [1/2]

libebook::RocketEBookStream::RocketEBookStream ( const RocketEBookStream & other)
private

Referenced by operator=(), and RocketEBookStream().

◆ RocketEBookStream() [2/2]

libebook::RocketEBookStream::RocketEBookStream ( const RVNGInputStreamPtr_t & input,
const RocketEBookHeader & header )

◆ ~RocketEBookStream()

libebook::RocketEBookStream::~RocketEBookStream ( )
virtual

Member Function Documentation

◆ existsSubStream()

bool libebook::RocketEBookStream::existsSubStream ( const char * name)
virtual

◆ getSubStreamById()

librevenge::RVNGInputStream * libebook::RocketEBookStream::getSubStreamById ( unsigned id)
virtual

◆ getSubStreamByName()

librevenge::RVNGInputStream * libebook::RocketEBookStream::getSubStreamByName ( const char * name)
virtual

◆ isEnd()

bool libebook::RocketEBookStream::isEnd ( )
virtual

◆ isStructured()

bool libebook::RocketEBookStream::isStructured ( )
virtual

◆ operator=()

RocketEBookStream & libebook::RocketEBookStream::operator= ( const RocketEBookStream & other)
private

◆ read()

const unsigned char * libebook::RocketEBookStream::read ( unsigned long numBytes,
unsigned long & numBytesRead )
virtual

◆ seek()

int libebook::RocketEBookStream::seek ( long offset,
librevenge::RVNG_SEEK_TYPE seekType )
virtual

◆ subStreamCount()

unsigned libebook::RocketEBookStream::subStreamCount ( )
virtual

◆ subStreamName()

const char * libebook::RocketEBookStream::subStreamName ( unsigned id)
virtual

◆ tell()

long libebook::RocketEBookStream::tell ( )
virtual

Member Data Documentation

◆ m_impl

std::unique_ptr<Impl> libebook::RocketEBookStream::m_impl
private

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

Generated for libe-book by doxygen 1.14.0