#include <WPXMemoryStream.h>
WPXMemoryInputStream::WPXMemoryInputStream |
( |
unsigned char * |
data, |
|
|
unsigned long |
size |
|
) |
| |
WPXMemoryInputStream::~WPXMemoryInputStream |
( |
| ) |
|
bool WPXMemoryInputStream::existsSubStream |
( |
const char * |
| ) |
|
|
inline |
unsigned long WPXMemoryInputStream::getSize |
( |
| ) |
const |
|
inline |
librevenge::RVNGInputStream* WPXMemoryInputStream::getSubStreamById |
( |
unsigned |
| ) |
|
|
inline |
librevenge::RVNGInputStream* WPXMemoryInputStream::getSubStreamByName |
( |
const char * |
| ) |
|
|
inline |
bool WPXMemoryInputStream::isEnd |
( |
| ) |
|
bool WPXMemoryInputStream::isStructured |
( |
| ) |
|
|
inline |
const unsigned char * WPXMemoryInputStream::read |
( |
unsigned long |
numBytes, |
|
|
unsigned long & |
numBytesRead |
|
) |
| |
int WPXMemoryInputStream::seek |
( |
long |
offset, |
|
|
librevenge::RVNG_SEEK_TYPE |
seekType |
|
) |
| |
unsigned WPXMemoryInputStream::subStreamCount |
( |
| ) |
|
|
inline |
const char* WPXMemoryInputStream::subStreamName |
( |
unsigned |
| ) |
|
|
inline |
long WPXMemoryInputStream::tell |
( |
| ) |
|
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: