This class can be used to store and retrieve data from files in the CSV format (Comma Separated Values).
It provides means to read and write individual rows of fields to a CSV file, as well to change the position of the file from which the data is read or written.
The class may also read all the rows of data in the file at once.