#include <WPXStream.h>
Inheritance diagram for WPXInputStream:
Public Member Functions | |
WPXInputStream (bool supportsOLE) | |
virtual | ~WPXInputStream () |
virtual bool | isOLEStream ()=0 |
virtual WPXInputStream * | getDocumentOLEStream ()=0 |
virtual const uint8_t * | read (size_t numBytes, size_t &numBytesRead)=0 |
virtual int | seek (long offset, WPX_SEEK_TYPE seekType)=0 |
virtual long | tell ()=0 |
virtual bool | atEOS ()=0 |
Private Attributes | |
bool | m_supportsOLE |
|
|
|
|
|
Implemented in GSFInputStream, and WPXMemoryInputStream. |
|
Implemented in GSFInputStream, and WPXMemoryInputStream. |
|
Implemented in GSFInputStream, and WPXMemoryInputStream. |
|
Implemented in GSFInputStream, and WPXMemoryInputStream. |
|
Implemented in GSFInputStream, and WPXMemoryInputStream. |
|
Implemented in GSFInputStream, and WPXMemoryInputStream. |
|
|