Module omix.api
Package omix.lang.io
This package contains file input classes.
-
Class Summary Class Description AbstractCSVTable<T> This class is superclass for all data type bound CVS table classes.AbstractTable<T> This class represents a general table format with cells which are accessible by the horizontal header text and an index.CSVDoubleTable This class reads all data of a csv file as double values.CSVIntegerTable This class reads all data of a csv file as int values.CSVStringTable This class reads all data of a csv file as String values.