#include <ie_imp_ISCII.h>
Public Member Functions | |
| ImportISCIIStreamFile (GsfInput *pFile) | |
| ~ImportISCIIStreamFile () | |
Protected Member Functions | |
| virtual bool | getRawChar (UT_UCSChar &b) |
Private Attributes | |
| unsigned char | m_cLookAhead |
| bool | m_bNeedByte |
| ImportISCIIStreamFile::ImportISCIIStreamFile | ( | GsfInput * | pFile | ) |
| ImportISCIIStreamFile::~ImportISCIIStreamFile | ( | ) | [inline] |
| bool ImportISCIIStreamFile::getRawChar | ( | UT_UCSChar & | ucs | ) | [protected, virtual] |
Get UCS-2 character from stream
| ucs | Reference to the character |
Get the next UCS character, converting from file's encoding
Reimplemented from ImportStream.
References ImportStream::_get_eof(), ImportStreamFile::_getByte(), ImportStream::_lookAhead(), ImportStream::_set_eof(), ISCII_EXT, ISCII_INV, ISCII_NUKTA, m_bNeedByte, and m_cLookAhead.
bool ImportISCIIStreamFile::m_bNeedByte [private] |
Referenced by getRawChar().
unsigned char ImportISCIIStreamFile::m_cLookAhead [private] |
Referenced by getRawChar().
1.7.1