libfreehand::FHInternalStream Class Reference

#include <FHInternalStream.h>

Inheritance diagram for libfreehand::FHInternalStream:

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 &)
 
FHInternalStreamoperator= (const FHInternalStream &)
 

Private Attributes

volatile long m_offset
 
std::vector< unsigned char > m_buffer
 

Constructor & Destructor Documentation

libfreehand::FHInternalStream::FHInternalStream ( WPXInputStream *  input,
unsigned long  size,
bool  compressed = false 
)
libfreehand::FHInternalStream::~FHInternalStream ( )
inline
libfreehand::FHInternalStream::FHInternalStream ( const FHInternalStream )
private

Member Function Documentation

bool libfreehand::FHInternalStream::atEOS ( )
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 
)
long libfreehand::FHInternalStream::tell ( )

Member Data Documentation

std::vector<unsigned char> libfreehand::FHInternalStream::m_buffer
private

Referenced by FHInternalStream(), and getSize().

volatile long libfreehand::FHInternalStream::m_offset
private

The documentation for this class was generated from the following files:

Generated for libfreehand by doxygen 1.8.5