#include <WPXMemoryStream.h>
§ WPXMemoryInputStream() [1/2]
| WPXMemoryInputStream::WPXMemoryInputStream |
( |
unsigned char * |
data, |
|
|
unsigned long |
size |
|
) |
| |
§ ~WPXMemoryInputStream()
| WPXMemoryInputStream::~WPXMemoryInputStream |
( |
| ) |
|
§ WPXMemoryInputStream() [2/2]
§ existsSubStream()
| bool WPXMemoryInputStream::existsSubStream |
( |
const char * |
| ) |
|
|
inline |
§ getSize()
| unsigned long WPXMemoryInputStream::getSize |
( |
| ) |
const |
|
inline |
§ getSubStreamById()
| librevenge::RVNGInputStream* WPXMemoryInputStream::getSubStreamById |
( |
unsigned |
| ) |
|
|
inline |
§ getSubStreamByName()
| librevenge::RVNGInputStream* WPXMemoryInputStream::getSubStreamByName |
( |
const char * |
| ) |
|
|
inline |
§ isEnd()
| bool WPXMemoryInputStream::isEnd |
( |
| ) |
|
§ isStructured()
| bool WPXMemoryInputStream::isStructured |
( |
| ) |
|
|
inline |
§ operator=()
§ read()
| const unsigned char * WPXMemoryInputStream::read |
( |
unsigned long |
numBytes, |
|
|
unsigned long & |
numBytesRead |
|
) |
| |
§ seek()
| int WPXMemoryInputStream::seek |
( |
long |
offset, |
|
|
librevenge::RVNG_SEEK_TYPE |
seekType |
|
) |
| |
§ subStreamCount()
| unsigned WPXMemoryInputStream::subStreamCount |
( |
| ) |
|
|
inline |
§ subStreamName()
| const char* WPXMemoryInputStream::subStreamName |
( |
unsigned |
| ) |
|
|
inline |
§ tell()
| long WPXMemoryInputStream::tell |
( |
| ) |
|
§ m_data
| unsigned char* WPXMemoryInputStream::m_data |
|
private |
§ m_offset
| long WPXMemoryInputStream::m_offset |
|
private |
§ m_size
| unsigned long WPXMemoryInputStream::m_size |
|
private |
The documentation for this class was generated from the following files: