Package | Description |
---|---|
tech.tablesaw.io | |
tech.tablesaw.io.csv | |
tech.tablesaw.io.fixed |
Modifier and Type | Method and Description |
---|---|
<T extends ReadOptions> |
ReaderRegistry.getReaderForOptions(T options) |
Modifier and Type | Method and Description |
---|---|
Optional<DataReader<?>> |
ReaderRegistry.getReaderForExtension(String extension) |
Optional<DataReader<?>> |
ReaderRegistry.getReaderForMimeType(String mimeType) |
Modifier and Type | Method and Description |
---|---|
void |
ReaderRegistry.registerExtension(String extension,
DataReader<?> reader) |
void |
ReaderRegistry.registerMimeType(String mimeType,
DataReader<?> reader) |
void |
ReaderRegistry.registerOptions(Class<? extends ReadOptions> optionsType,
DataReader<?> reader) |
Modifier and Type | Class and Description |
---|---|
class |
CsvReader |
Modifier and Type | Class and Description |
---|---|
class |
FixedWidthReader |
Copyright © 2020. All rights reserved.