Public Methods | |
~CLineReader () | |
Destructor. | |
TPtrC8 & | ReadLineL () |
Reads a line from the input file. | |
Static Public Methods | |
CLineReader * | NewLC (const TDesC &aFileName, RFs &aFs) |
Creates a new CLineReader object and pushes it to the cleanup stack. |
Handles all related buffering and line feed conversion issues.
|
Creates a new CLineReader object and pushes it to the cleanup stack.
|
|
Reads a line from the input file. Empty lines are discarded, and the cr/lf characters are removed. Returns an empty descriptor if called at the end of the file.
|