an internal class used to return the OLE/Zip InputStream More...
#include <MWAWInputStream.hxx>
Public Member Functions | |
MWAWStringStream (const unsigned char *data, const unsigned long 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 | isOLEStream () |
WPXInputStream * | getDocumentOLEStream (const char *) |
Private Member Functions | |
MWAWStringStream (const MWAWStringStream &) | |
MWAWStringStream & | operator= (const MWAWStringStream &) |
Private Attributes | |
std::vector< unsigned char > | m_buffer |
volatile long | m_offset |
an internal class used to return the OLE/Zip InputStream
MWAWStringStream::MWAWStringStream | ( | const unsigned char * | data, |
const unsigned long | dataSize | ||
) |
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
|
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(), MWAWStringStream(), read(), and seek().