#include <WPSStreamImplementation.h>
Inheritance diagram for WPSMemoryStream:
Public Member Functions | |
WPSMemoryStream (const char *data, const unsigned int dataSize) | |
~WPSMemoryStream () | |
const uint8_t * | read (size_t numBytes, size_t &numBytesRead) |
long | tell () |
int | seek (long offset, WPX_SEEK_TYPE seekType) |
bool | atEOS () |
bool | isOLEStream () |
WPXInputStream * | getDocumentOLEStream (const char *name) |
WPXInputStream * | getDocumentOLEStream () |
Private Member Functions | |
WPSMemoryStream (const WPSMemoryStream &) | |
WPSMemoryStream & | operator= (const WPSMemoryStream &) |
Private Attributes | |
WPSMemoryStreamPrivate * | d |
|
|
|
|
|
|
|
Implements WPSInputStream. |
|
Implements WPSInputStream. |
|
Implements WPSInputStream. |
|
Implements WPSInputStream. |
|
|
|
Implements WPSInputStream. |
|
Implements WPSInputStream. |
|
Implements WPSInputStream. |
|
|