#include <EBOOKZlibStream.h>
Public Member Functions | |
| EBOOKZlibStream (WPXInputStream *stream) | |
| virtual | ~EBOOKZlibStream () |
| 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 Attributes | |
| boost::scoped_ptr< WPXInputStream > | m_stream |
| libebook::EBOOKZlibStream::EBOOKZlibStream | ( | WPXInputStream * | stream | ) |
| libebook::EBOOKZlibStream::~EBOOKZlibStream | ( | ) | [virtual] |
| bool libebook::EBOOKZlibStream::atEOS | ( | ) | [virtual] |
| WPXInputStream * libebook::EBOOKZlibStream::getDocumentOLEStream | ( | const char * | name | ) | [virtual] |
| bool libebook::EBOOKZlibStream::isOLEStream | ( | ) | [virtual] |
| const unsigned char * libebook::EBOOKZlibStream::read | ( | unsigned long | numBytes, |
| unsigned long & | numBytesRead | ||
| ) | [virtual] |
| int libebook::EBOOKZlibStream::seek | ( | long | offset, |
| WPX_SEEK_TYPE | seekType | ||
| ) | [virtual] |
| long libebook::EBOOKZlibStream::tell | ( | ) | [virtual] |
boost::scoped_ptr<WPXInputStream> libebook::EBOOKZlibStream::m_stream [private] |
Referenced by atEOS(), EBOOKZlibStream(), read(), seek(), and tell().