#include <WPSStreamImplementation.h>

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 |
| WPSMemoryStream::WPSMemoryStream | ( | const char * | data, | |
| const unsigned int | dataSize | |||
| ) |
Referenced by getDocumentOLEStream().
| WPSMemoryStream::~WPSMemoryStream | ( | ) |
| WPSMemoryStream::WPSMemoryStream | ( | const WPSMemoryStream & | ) | [private] |
| bool WPSMemoryStream::atEOS | ( | ) | [virtual] |
| WPXInputStream * WPSMemoryStream::getDocumentOLEStream | ( | ) | [virtual] |
Implements WPSInputStream.
| WPXInputStream * WPSMemoryStream::getDocumentOLEStream | ( | const char * | name | ) | [virtual] |
Implements WPSInputStream.
| bool WPSMemoryStream::isOLEStream | ( | ) | [virtual] |
Implements WPSInputStream.
| WPSMemoryStream& WPSMemoryStream::operator= | ( | const WPSMemoryStream & | ) | [private] |
| const uint8_t * WPSMemoryStream::read | ( | size_t | numBytes, | |
| size_t & | numBytesRead | |||
| ) | [virtual] |
Implements WPSInputStream.
| int WPSMemoryStream::seek | ( | long | offset, | |
| WPX_SEEK_TYPE | seekType | |||
| ) | [virtual] |
| long WPSMemoryStream::tell | ( | ) | [virtual] |
WPSMemoryStreamPrivate* WPSMemoryStream::d [private] |
Referenced by atEOS(), getDocumentOLEStream(), isOLEStream(), read(), seek(), tell(), WPSMemoryStream(), and ~WPSMemoryStream().