#include <VSDInternalStream.h>
Public Member Functions | |
VSDInternalStream (WPXInputStream *input, unsigned long size, bool compressed) | |
VSDInternalStream (const unsigned char *buffer, unsigned long size) | |
~VSDInternalStream () | |
bool | isOLEStream () |
WPXInputStream * | getDocumentOLEStream (const char *) |
const unsigned char * | read (unsigned long numBytes, unsigned long &numBytesRead) |
int | seek (long offset, WPX_SEEK_TYPE seekType) |
long | tell () |
bool | atEOS () |
unsigned long | getSize () const |
Private Member Functions | |
VSDInternalStream (const VSDInternalStream &) | |
VSDInternalStream & | operator= (const VSDInternalStream &) |
Private Attributes | |
volatile long | m_offset |
std::vector< unsigned char > | m_buffer |
VSDInternalStream::VSDInternalStream | ( | WPXInputStream * | input, |
unsigned long | size, | ||
bool | compressed | ||
) |
VSDInternalStream::VSDInternalStream | ( | const unsigned char * | buffer, |
unsigned long | size | ||
) |
VSDInternalStream::~VSDInternalStream | ( | ) | [inline] |
VSDInternalStream::VSDInternalStream | ( | const VSDInternalStream & | ) | [private] |
bool VSDInternalStream::atEOS | ( | ) |
Referenced by libvisio::VSDXContentCollector::_flushText().
WPXInputStream* VSDInternalStream::getDocumentOLEStream | ( | const char * | ) | [inline] |
unsigned long VSDInternalStream::getSize | ( | ) | const [inline] |
Referenced by libvisio::VSDXParser::handleStencilOle().
bool VSDInternalStream::isOLEStream | ( | ) | [inline] |
VSDInternalStream& VSDInternalStream::operator= | ( | const VSDInternalStream & | ) | [private] |
const unsigned char * VSDInternalStream::read | ( | unsigned long | numBytes, |
unsigned long & | numBytesRead | ||
) |
Referenced by libvisio::VSDXParser::handleStencilForeign(), and libvisio::VSDXParser::handleStencilOle().
int VSDInternalStream::seek | ( | long | offset, |
WPX_SEEK_TYPE | seekType | ||
) |
Referenced by libvisio::VSDXParser::handleStencilForeign(), and libvisio::VSDXParser::handleStencilOle().
long VSDInternalStream::tell | ( | ) |
std::vector<unsigned char> VSDInternalStream::m_buffer [private] |
Referenced by atEOS(), getSize(), read(), seek(), and VSDInternalStream().
volatile long VSDInternalStream::m_offset [private] |