Public Member Functions | Protected Member Functions | Private Attributes

ImportStreamFile Class Reference

#include <ie_imp_Text.h>

Inheritance diagram for ImportStreamFile:
ImportStream ImportISCIIStreamFile

List of all members.

Public Member Functions

 ImportStreamFile (GsfInput *pFile)
 ~ImportStreamFile ()
bool getChar ()

Protected Member Functions

bool _getByte (unsigned char &b)

Private Attributes

GsfInput * m_pFile

Constructor & Destructor Documentation

ImportStreamFile::ImportStreamFile ( GsfInput *  pFile  ) 

Construct ImportStreamFile from FILE pointer

Parameters:
pFile File to read from
ImportStreamFile::~ImportStreamFile (  ) 

Member Function Documentation

bool ImportStreamFile::_getByte ( unsigned char &  b  )  [protected, virtual]

Get next byte from file

Parameters:
b Reference to the byte

Implements ImportStream.

References m_pFile, and UT_return_val_if_fail.

Referenced by ImportISCIIStreamFile::getRawChar().

bool ImportStreamFile::getChar (  ) 

Member Data Documentation

GsfInput* ImportStreamFile::m_pFile [private]

Referenced by _getByte().


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