libebook::SoftBookLZSSStream Class Reference

#include <SoftBookLZSSStream.h>

Inheritance diagram for libebook::SoftBookLZSSStream:

Classes

struct  Configuration
 

Public Member Functions

 SoftBookLZSSStream (librevenge::RVNGInputStream *stream, const Configuration &configuration=Configuration())
 
 ~SoftBookLZSSStream () override
 
bool isStructured () override
 
unsigned subStreamCount () override
 
const char * subStreamName (unsigned id) override
 
bool existsSubStream (const char *name) override
 
librevenge::RVNGInputStream * getSubStreamByName (const char *name) override
 
RVNGInputStream * getSubStreamById (unsigned id) override
 
const unsigned char * read (unsigned long numBytes, unsigned long &numBytesRead) override
 
int seek (long offset, librevenge::RVNG_SEEK_TYPE seekType) override
 
long tell () override
 
bool isEnd () override
 

Private Member Functions

 SoftBookLZSSStream (const SoftBookLZSSStream &other)
 
SoftBookLZSSStreamoperator= (const SoftBookLZSSStream &other)
 

Private Attributes

std::unique_ptr
< librevenge::RVNGInputStream > 
m_stream
 

Constructor & Destructor Documentation

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

Member Function Documentation

bool libebook::SoftBookLZSSStream::existsSubStream ( const char *  name)
override
librevenge::RVNGInputStream * libebook::SoftBookLZSSStream::getSubStreamById ( unsigned  id)
override
librevenge::RVNGInputStream * libebook::SoftBookLZSSStream::getSubStreamByName ( const char *  name)
override
bool libebook::SoftBookLZSSStream::isEnd ( )
override
bool libebook::SoftBookLZSSStream::isStructured ( )
override
SoftBookLZSSStream& libebook::SoftBookLZSSStream::operator= ( const SoftBookLZSSStream other)
private
const unsigned char * libebook::SoftBookLZSSStream::read ( unsigned long  numBytes,
unsigned long &  numBytesRead 
)
override
int libebook::SoftBookLZSSStream::seek ( long  offset,
librevenge::RVNG_SEEK_TYPE  seekType 
)
override
unsigned libebook::SoftBookLZSSStream::subStreamCount ( )
override
const char * libebook::SoftBookLZSSStream::subStreamName ( unsigned  id)
override
long libebook::SoftBookLZSSStream::tell ( )
override

Member Data Documentation

std::unique_ptr<librevenge::RVNGInputStream> libebook::SoftBookLZSSStream::m_stream
private

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

Generated for libe-book by doxygen 1.8.8