#include <GSFStream.h>
Inheritance diagram for GSFInputStream:
Public Member Functions | |
GSFInputStream (GsfInput *input) | |
virtual | ~GSFInputStream () |
virtual bool | isOLEStream () |
Analyses the content of the input stream to see whether it is an OLE2 storage. | |
virtual WPXInputStream * | getDocumentOLEStream () |
Extracts a PerfectOffice_MAIN stream from an OLE2 storage. | |
virtual const uint8_t * | read (size_t numBytes, size_t &numBytesRead) |
Tries to read a given number of bytes starting from the current position inside the input stream. | |
virtual int | seek (long offset, WPX_SEEK_TYPE seekType) |
Moves to the next location inside the input stream. | |
virtual long | tell () |
Returns the actual position inside the input stream. | |
virtual bool | atEOS () |
Determines whether the current position is at the end of the stream. | |
Private Member Functions | |
GSFInputStream (const GSFInputStream &) | |
GSFInputStream & | operator= (const GSFInputStream &) |
Private Attributes | |
GsfInput * | m_input |
GsfInfile * | m_ole |
|
|
|
|
|
|
|
Determines whether the current position is at the end of the stream.
Implements WPXInputStream. |
|
Extracts a
Implements WPXInputStream. |
|
Analyses the content of the input stream to see whether it is an OLE2 storage.
Implements WPXInputStream. |
|
|
|
Tries to read a given number of bytes starting from the current position inside the input stream.
Implements WPXInputStream. |
|
Moves to the next location inside the input stream.
Implements WPXInputStream. |
|
Returns the actual position inside the input stream.
Implements WPXInputStream. |
|
|
|
|