Package tech.tablesaw.io
Interface DataReader<O extends ReadOptions>
-
- All Known Implementing Classes:
CsvReader
,FixedWidthReader
public interface DataReader<O extends ReadOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Table
read(O options)
Table
read(Source source)
-