Classes | Files

CSVFileReader : FileReader : Stream : AbstractFunction : Object

file reader for comma separated data

Description

CSVFileReader reads comma-separated text files into 2D arrays line by line.

For tab delimited files use TabFileReader. For semi-colon-delimited files use SemiColonFileReader. For space-delimited files, or custom delimiters, use FileReader.

Class Methods

Inherited class methods

4 methods from FileReader ► show
7 methods from Object ► show

Undocumented class methods

CSVFileReader.delim

Instance Methods

Inherited instance methods

6 methods from FileReader ► show
34 methods from Stream ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples