#include <ie_imp_Text.h>
Public Member Functions | |
| ImportStreamFile (GsfInput *pFile) | |
| ~ImportStreamFile () | |
| bool | getChar () |
Protected Member Functions | |
| bool | _getByte (unsigned char &b) |
Private Attributes | |
| GsfInput * | m_pFile |
| ImportStreamFile::ImportStreamFile | ( | GsfInput * | pFile | ) |
Construct ImportStreamFile from FILE pointer
| pFile | File to read from |
| ImportStreamFile::~ImportStreamFile | ( | ) |
| bool ImportStreamFile::_getByte | ( | unsigned char & | b | ) | [protected, virtual] |
Get next byte from file
| b | Reference to the byte |
Implements ImportStream.
References m_pFile, and UT_return_val_if_fail.
Referenced by ImportISCIIStreamFile::getRawChar().
| bool ImportStreamFile::getChar | ( | ) |
GsfInput* ImportStreamFile::m_pFile [private] |
Referenced by _getByte().
1.7.1