Inheritance diagram for TextLinesStore:

All lines are ended with \r\n or \n characters.
Public Methods | |
| 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 Methods | |
| void | freeFile () |
| Frees loaded file lines. | |
|
|
Empty constructor. Does nothing. |
|
||||||||||||||||
|
Loads specified file into vector of strings.
|