Uses of Interface
tech.tablesaw.io.DataReader
-
Packages that use DataReader Package Description tech.tablesaw.io tech.tablesaw.io.csv tech.tablesaw.io.fixed -
-
Uses of DataReader in tech.tablesaw.io
Methods in tech.tablesaw.io that return DataReader Modifier and Type Method Description <T extends ReadOptions>
DataReader<T>ReaderRegistry. getReaderForOptions(T options)
Methods in tech.tablesaw.io that return types with arguments of type DataReader Modifier and Type Method Description Optional<DataReader<?>>
ReaderRegistry. getReaderForExtension(String extension)
Optional<DataReader<?>>
ReaderRegistry. getReaderForMimeType(String mimeType)
Methods in tech.tablesaw.io with parameters of type DataReader Modifier and Type Method Description void
ReaderRegistry. registerExtension(String extension, DataReader<?> reader)
void
ReaderRegistry. registerMimeType(String mimeType, DataReader<?> reader)
void
ReaderRegistry. registerOptions(Class<? extends ReadOptions> optionsType, DataReader<?> reader)
-
Uses of DataReader in tech.tablesaw.io.csv
Classes in tech.tablesaw.io.csv that implement DataReader Modifier and Type Class Description class
CsvReader
-
Uses of DataReader in tech.tablesaw.io.fixed
Classes in tech.tablesaw.io.fixed that implement DataReader Modifier and Type Class Description class
FixedWidthReader
-