#include <FHInternalStream.h>
Public Member Functions | |
FHInternalStream (WPXInputStream *input, unsigned long size, bool compressed=false) | |
~FHInternalStream () | |
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 | |
FHInternalStream (const FHInternalStream &) | |
FHInternalStream & | operator= (const FHInternalStream &) |
Private Attributes | |
volatile long | m_offset |
std::vector< unsigned char > | m_buffer |
libfreehand::FHInternalStream::FHInternalStream | ( | WPXInputStream * | input, |
unsigned long | size, | ||
bool | compressed = false |
||
) |
libfreehand::FHInternalStream::~FHInternalStream | ( | ) | [inline] |
libfreehand::FHInternalStream::FHInternalStream | ( | const FHInternalStream & | ) | [private] |
bool libfreehand::FHInternalStream::atEOS | ( | ) |
Referenced by libfreehand::FHParser::readPath().
WPXInputStream* libfreehand::FHInternalStream::getDocumentOLEStream | ( | const char * | ) | [inline] |
unsigned long libfreehand::FHInternalStream::getSize | ( | ) | const [inline] |
bool libfreehand::FHInternalStream::isOLEStream | ( | ) | [inline] |
FHInternalStream& libfreehand::FHInternalStream::operator= | ( | const FHInternalStream & | ) | [private] |
const unsigned char * libfreehand::FHInternalStream::read | ( | unsigned long | numBytes, |
unsigned long & | numBytesRead | ||
) |
int libfreehand::FHInternalStream::seek | ( | long | offset, |
WPX_SEEK_TYPE | seekType | ||
) |
Referenced by libfreehand::FHParser::parse(), and libfreehand::FHParser::readPath().
long libfreehand::FHInternalStream::tell | ( | ) |
std::vector<unsigned char> libfreehand::FHInternalStream::m_buffer [private] |
Referenced by FHInternalStream(), and getSize().
volatile long libfreehand::FHInternalStream::m_offset [private] |