Uses of Interface
tech.tablesaw.io.DataReader
Packages that use DataReader
-
Uses of DataReader in tech.tablesaw.io
Methods in tech.tablesaw.io that return DataReaderModifier and TypeMethodDescription<T extends ReadOptions>
DataReader<T>ReaderRegistry.getReaderForOptions
(T options) Methods in tech.tablesaw.io that return types with arguments of type DataReaderModifier and TypeMethodDescriptionOptional<DataReader<?>>
ReaderRegistry.getReaderForExtension
(String extension) Optional<DataReader<?>>
ReaderRegistry.getReaderForMimeType
(String mimeType) Methods in tech.tablesaw.io with parameters of type DataReaderModifier and TypeMethodDescriptionvoid
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 -
Uses of DataReader in tech.tablesaw.io.fixed
Classes in tech.tablesaw.io.fixed that implement DataReader