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