Classes | Files

TabFileReader : FileReader : Stream : AbstractFunction : Object

file reader for tab separated data

Description

TabFileReader reads tab/return delimited files into 2D arrays.

For semi-colon-delimited files use SemiColonFileReader. 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

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