class TFileText |
Reads and writes single lines of text to or from a Unicode file.
Public Member Functions | |
---|---|
TFileText() | |
IMPORT_C TInt | Read(TDes &) |
IMPORT_C TInt | Seek(TSeek) |
IMPORT_C void | Set(RFile &) |
IMPORT_C TInt | Write(const TDesC &) |
Private Member Functions | |
---|---|
TInt | CheckForTerminator(TBool &) |
TInt | FillBuffer() |
void | NextRecord() |
Private Member Enumerations | |
---|---|
enum | TFileState { EStartOfFile, ENormal, EReverse } |
Private Attributes | |
---|---|
const TText * | iEnd |
RFile | iFile |
const TText * | iNext |
TBuf8< 0x100 > | iReadBuf |
TFileState | iState |
TInt | CheckForTerminator | ( | TBool & | anAnswer | ) | [private] |
TBool & anAnswer |