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 voidReaderRegistry. registerExtension(String extension, DataReader<?> reader)voidReaderRegistry. registerMimeType(String mimeType, DataReader<?> reader)voidReaderRegistry. 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 classCsvReader -
Uses of DataReader in tech.tablesaw.io.fixed
Classes in tech.tablesaw.io.fixed that implement DataReader Modifier and Type Class Description classFixedWidthReader
-