Uses of Class
tech.tablesaw.io.fixed.FixedWidthReadOptions
-
Packages that use FixedWidthReadOptions Package Description tech.tablesaw.io.fixed -
-
Uses of FixedWidthReadOptions in tech.tablesaw.io.fixed
Methods in tech.tablesaw.io.fixed that return FixedWidthReadOptions Modifier and Type Method Description FixedWidthReadOptions
FixedWidthReadOptions.Builder. build()
Methods in tech.tablesaw.io.fixed with parameters of type FixedWidthReadOptions Modifier and Type Method Description ColumnType[]
FixedWidthReader. detectColumnTypes(Reader reader, FixedWidthReadOptions options)
Estimates and returns the type for each column in the delimited text filefile
String
FixedWidthReader. printColumnTypes(FixedWidthReadOptions options)
Returns a string representation of the column types in filefixed widthFilename
, as determined by the type-detection algorithmTable
FixedWidthReader. read(FixedWidthReadOptions options)
-