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