#include <CDRZipStream.h>
Public Member Functions | |
CDRZipStream (WPXInputStream *input) | |
~CDRZipStream () | |
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 | |
CDRZipStream (const CDRZipStream &) | |
CDRZipStream & | operator= (const CDRZipStream &) |
Private Attributes | |
CDRZipStreamImpl * | m_pImpl |
libcdr::CDRZipStream::CDRZipStream | ( | WPXInputStream * | input | ) |
libcdr::CDRZipStream::~CDRZipStream | ( | ) |
|
private |
bool libcdr::CDRZipStream::atEOS | ( | ) |
WPXInputStream * libcdr::CDRZipStream::getDocumentOLEStream | ( | const char * | name | ) |
Referenced by libcdr::CDRDocument::isSupported(), and libcdr::CDRDocument::parse().
bool libcdr::CDRZipStream::isOLEStream | ( | ) |
Referenced by libcdr::CDRDocument::isSupported(), and libcdr::CDRDocument::parse().
|
private |
const unsigned char * libcdr::CDRZipStream::read | ( | unsigned long | numBytes, |
unsigned long & | numBytesRead | ||
) |
int libcdr::CDRZipStream::seek | ( | long | offset, |
WPX_SEEK_TYPE | seekType | ||
) |
long libcdr::CDRZipStream::tell | ( | ) |
|
private |