Inheritance diagram for TextLinesStore:
All lines should be separated with \r\n , \n or \r characters.
Public Member Functions | |
TextLinesStore () | |
Empty constructor. | |
void | loadFile (const String *fileName, const String *inputEncoding, bool tab2spaces) |
Loads specified file into vector of strings. | |
const String * | getFileName () |
Returns loaded file name. | |
int | getLineCount () |
Returns total lines count in text. | |
String * | getLine (int lno) |
Protected Member Functions | |
void | freeFile () |
Frees loaded file lines. |
|
Empty constructor. Does nothing. |
|
Loads specified file into vector of strings.
|