| Package | Description |
|---|---|
| tech.tablesaw.io.fixed |
| Modifier and Type | Method | Description |
|---|---|---|
FixedWidthReadOptions |
FixedWidthReadOptions.Builder.build() |
| Modifier and Type | Method | Description |
|---|---|---|
ColumnType[] |
FixedWidthReader.detectColumnTypes(Reader reader,
FixedWidthReadOptions options) |
Estimates and returns the type for each column in the delimited text file
file |
String |
FixedWidthReader.printColumnTypes(FixedWidthReadOptions options) |
Returns a string representation of the column types in file
fixed widthFilename, as
determined by the type-detection algorithm |
Table |
FixedWidthReader.read(FixedWidthReadOptions options) |
Copyright © 2021. All rights reserved.