CsvFile(const String &filename, char is=',', bool ie=false, Int first_n=-1)
Constructor with filename.
void load(const String &filename, char is=',', bool ie=false, Int first_n=-1)
Loads data from a text file.
This class provides some basic file handling methods for text files.
Definition: TextFile.h:47