an internal class used to return the OLE InputStream More...
Public Member Functions | |
MWAWStringStream (const unsigned char *data, const unsigned int dataSize) | |
~MWAWStringStream () | |
const unsigned char * | read (unsigned long numBytes, unsigned long &numBytesRead) |
long | tell () |
int | seek (long offset, WPX_SEEK_TYPE seekType) |
bool | atEOS () |
bool | isStructuredDocument () |
WPXInputStream * | getSubStream (const char *) |
bool | isOLEStream () |
WPXInputStream * | getDocumentOLEStream (const char *name) |
bool | dumpToFile (char const *fName) const |
Private Member Functions | |
MWAWStringStream (const MWAWStringStream &) | |
MWAWStringStream & | operator= (const MWAWStringStream &) |
Private Attributes | |
std::vector< unsigned char > | buffer |
volatile long | offset |
an internal class used to return the OLE InputStream
|
inline |
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by getDocumentOLEStream().
|
inline |
|
inline |
Referenced by isOLEStream().
|
private |
const unsigned char * MWAWStringStream::read | ( | unsigned long | numBytes, |
unsigned long & | numBytesRead | ||
) |
int MWAWStringStream::seek | ( | long | offset, |
WPX_SEEK_TYPE | seekType | ||
) |
|
inline |
|
private |
Referenced by atEOS(), dumpToFile(), MWAWStringStream(), read(), and seek().
|
private |