libebook::IMPLZSSStream Class Reference

#include <IMPLZSSStream.h>

List of all members.

Classes

struct  Configuration

Public Member Functions

 IMPLZSSStream (WPXInputStream *stream, const Configuration &configuration=Configuration())
virtual ~IMPLZSSStream ()
virtual bool isOLEStream ()
virtual WPXInputStream * getDocumentOLEStream (const char *name)
virtual const unsigned char * read (unsigned long numBytes, unsigned long &numBytesRead)
virtual int seek (long offset, WPX_SEEK_TYPE seekType)
virtual long tell ()
virtual bool atEOS ()

Private Member Functions

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

Private Attributes

boost::scoped_ptr< WPXInputStream > m_stream

Constructor & Destructor Documentation

libebook::IMPLZSSStream::IMPLZSSStream ( WPXInputStream *  stream,
const Configuration configuration = Configuration() 
) [explicit]

Member Function Documentation

bool libebook::IMPLZSSStream::atEOS ( ) [virtual]
WPXInputStream * libebook::IMPLZSSStream::getDocumentOLEStream ( const char *  name) [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,
WPX_SEEK_TYPE  seekType 
) [virtual]
long libebook::IMPLZSSStream::tell ( ) [virtual]

Member Data Documentation

boost::scoped_ptr<WPXInputStream> libebook::IMPLZSSStream::m_stream [private]

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


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