#include <WPXMemoryStream.h>
Constructor & Destructor Documentation
| WPXMemoryInputStream::WPXMemoryInputStream |
( |
unsigned char * |
data, |
|
|
unsigned long |
size |
|
) |
| |
| WPXMemoryInputStream::~WPXMemoryInputStream |
( |
| ) |
|
|
virtual |
Member Function Documentation
| bool WPXMemoryInputStream::atEOS |
( |
| ) |
|
|
virtual |
| virtual WPXInputStream* WPXMemoryInputStream::getDocumentOLEStream |
( |
const char * |
| ) |
|
|
inlinevirtual |
| virtual unsigned long WPXMemoryInputStream::getSize |
( |
| ) |
const |
|
inlinevirtual |
| virtual bool WPXMemoryInputStream::isOLEStream |
( |
| ) |
|
|
inlinevirtual |
| const unsigned char * WPXMemoryInputStream::read |
( |
unsigned long |
numBytes, |
|
|
unsigned long & |
numBytesRead |
|
) |
| |
|
virtual |
| int WPXMemoryInputStream::seek |
( |
long |
offset, |
|
|
WPX_SEEK_TYPE |
seekType |
|
) |
| |
|
virtual |
| long WPXMemoryInputStream::tell |
( |
| ) |
|
|
virtual |
Member Data Documentation
| unsigned char* WPXMemoryInputStream::m_data |
|
private |
| long WPXMemoryInputStream::m_offset |
|
private |
| unsigned long WPXMemoryInputStream::m_size |
|
private |
The documentation for this class was generated from the following files: