an internal class used to return the OLE InputStream More...
Public Member Functions | |
WPSStringStream (const unsigned char *data, const unsigned int dataSize) | |
~WPSStringStream () | |
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 | |
WPSStringStream (const WPSStringStream &) | |
WPSStringStream & | operator= (const WPSStringStream &) |
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 |
|
private |
const unsigned char * libwps_internal::WPSStringStream::read | ( | unsigned long | numBytes, |
unsigned long & | numBytesRead | ||
) |
int libwps_internal::WPSStringStream::seek | ( | long | offset, |
WPX_SEEK_TYPE | seekType | ||
) |
|
inline |
|
private |
Referenced by atEOS(), read(), seek(), and WPSStringStream().
|
private |