#include <VSDZipStream.h>
Public Member Functions | |
VSDZipStream (WPXInputStream *input) | |
~VSDZipStream () | |
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 () |
Private Member Functions | |
VSDZipStream (const VSDZipStream &) | |
VSDZipStream & | operator= (const VSDZipStream &) |
Private Attributes | |
VSDZipStreamImpl * | m_pImpl |
libvisio::VSDZipStream::VSDZipStream | ( | WPXInputStream * | input | ) |
libvisio::VSDZipStream::VSDZipStream | ( | const VSDZipStream & | ) | [private] |
bool libvisio::VSDZipStream::atEOS | ( | ) |
WPXInputStream * libvisio::VSDZipStream::getDocumentOLEStream | ( | const char * | name | ) |
bool libvisio::VSDZipStream::isOLEStream | ( | ) |
VSDZipStream& libvisio::VSDZipStream::operator= | ( | const VSDZipStream & | ) | [private] |
const unsigned char * libvisio::VSDZipStream::read | ( | unsigned long | numBytes, |
unsigned long & | numBytesRead | ||
) |
int libvisio::VSDZipStream::seek | ( | long | offset, |
WPX_SEEK_TYPE | seekType | ||
) |
long libvisio::VSDZipStream::tell | ( | ) |
VSDZipStreamImpl* libvisio::VSDZipStream::m_pImpl [private] |