Classes | Files

SemiColonFileReader : FileReader : Stream : AbstractFunction : Object

file reader for semi-colon separated data

Description

SemiColonFileReader reads semi-colon delimited files into 2D arrays.

For tab delimited files use TabFileReader. For comma-separated files use CSVFileReader. 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

SemiColonFileReader.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