#include <GSFStream.h>
Inheritance diagram for GSFInputStream:
Public Member Functions | |
GSFInputStream (GsfInput *input) | |
virtual | ~GSFInputStream () |
virtual bool | isOLEStream () |
virtual WPXInputStream * | getDocumentOLEStream () |
virtual const uint8_t * | read (size_t numBytes, size_t &numBytesRead) |
virtual int | seek (long offset, WPX_SEEK_TYPE seekType) |
virtual long | tell () |
virtual bool | atEOS () |
Private Attributes | |
GsfInput * | m_input |
GsfInfile * | m_ole |
|
|
|
|
|
Implements WPXInputStream. |
|
Implements WPXInputStream. |
|
Implements WPXInputStream. |
|
Implements WPXInputStream. |
|
Implements WPXInputStream. |
|
Implements WPXInputStream. |
|
|
|
|