#include <WPGStreamImplementation.h>
Public Member Functions | |
WPGMemoryStream (const char *data, const unsigned int dataSize) | |
~WPGMemoryStream () | |
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 | |
WPGMemoryStream (const WPGMemoryStream &) | |
WPGMemoryStream & | operator= (const WPGMemoryStream &) |
Private Attributes | |
WPGMemoryStreamPrivate * | d |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|