#include <CDRInternalStream.h>
§ CDRInternalStream() [1/3]
libcdr::CDRInternalStream::CDRInternalStream |
( |
librevenge::RVNGInputStream * |
input, |
|
|
unsigned long |
size, |
|
|
bool |
compressed = false |
|
) |
| |
§ CDRInternalStream() [2/3]
libcdr::CDRInternalStream::CDRInternalStream |
( |
const std::vector< unsigned char > & |
buffer | ) |
|
§ ~CDRInternalStream()
libcdr::CDRInternalStream::~CDRInternalStream |
( |
| ) |
|
|
inline |
§ CDRInternalStream() [3/3]
§ existsSubStream()
bool libcdr::CDRInternalStream::existsSubStream |
( |
const char * |
| ) |
|
|
inline |
§ getSize()
unsigned long libcdr::CDRInternalStream::getSize |
( |
| ) |
const |
|
inline |
§ getSubStreamById()
librevenge::RVNGInputStream* libcdr::CDRInternalStream::getSubStreamById |
( |
unsigned |
| ) |
|
|
inline |
§ getSubStreamByName()
librevenge::RVNGInputStream* libcdr::CDRInternalStream::getSubStreamByName |
( |
const char * |
| ) |
|
|
inline |
§ isEnd()
bool libcdr::CDRInternalStream::isEnd |
( |
| ) |
|
§ isStructured()
bool libcdr::CDRInternalStream::isStructured |
( |
| ) |
|
|
inline |
§ operator=()
§ read()
const unsigned char * libcdr::CDRInternalStream::read |
( |
unsigned long |
numBytes, |
|
|
unsigned long & |
numBytesRead |
|
) |
| |
§ seek()
int libcdr::CDRInternalStream::seek |
( |
long |
offset, |
|
|
librevenge::RVNG_SEEK_TYPE |
seekType |
|
) |
| |
§ subStreamCount()
unsigned libcdr::CDRInternalStream::subStreamCount |
( |
| ) |
|
|
inline |
§ subStreamName()
const char* libcdr::CDRInternalStream::subStreamName |
( |
unsigned |
| ) |
|
|
inline |
§ tell()
long libcdr::CDRInternalStream::tell |
( |
| ) |
|
§ m_buffer
std::vector<unsigned char> libcdr::CDRInternalStream::m_buffer |
|
private |
§ m_offset
volatile long libcdr::CDRInternalStream::m_offset |
|
private |
The documentation for this class was generated from the following files: