#include <CDRInternalStream.h>
Constructor & Destructor Documentation
libcdr::CDRInternalStream::CDRInternalStream |
( |
WPXInputStream * |
input, |
|
|
unsigned long |
size, |
|
|
bool |
compressed = false |
|
) |
| |
libcdr::CDRInternalStream::CDRInternalStream |
( |
const std::vector< unsigned char > & |
buffer | ) |
|
libcdr::CDRInternalStream::~CDRInternalStream |
( |
| ) |
|
|
inline |
Member Function Documentation
bool libcdr::CDRInternalStream::atEOS |
( |
| ) |
|
WPXInputStream* libcdr::CDRInternalStream::getDocumentOLEStream |
( |
const char * |
| ) |
|
|
inline |
unsigned long libcdr::CDRInternalStream::getSize |
( |
| ) |
const |
|
inline |
bool libcdr::CDRInternalStream::isOLEStream |
( |
| ) |
|
|
inline |
const unsigned char * libcdr::CDRInternalStream::read |
( |
unsigned long |
numBytes, |
|
|
unsigned long & |
numBytesRead |
|
) |
| |
int libcdr::CDRInternalStream::seek |
( |
long |
offset, |
|
|
WPX_SEEK_TYPE |
seekType |
|
) |
| |
long libcdr::CDRInternalStream::tell |
( |
| ) |
|
Member Data Documentation
std::vector<unsigned char> libcdr::CDRInternalStream::m_buffer |
|
private |
volatile long libcdr::CDRInternalStream::m_offset |
|
private |
The documentation for this class was generated from the following files: