-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCSVTable.Companion
-
Method Summary
Modifier and Type Method Description final List<T>getRows()final Map<Integer, Integer>getMaxLengthMap()final Function1<List<String>, T>getBuildRow()final UnitupdateMaxLengthMap(Integer columnIndex, Integer columnLength)final Unitread(InputStream inputStream, Boolean skipHeader)final List<String>parseRow(InputStream inputStream)-
-
Method Detail
-
getMaxLengthMap
final Map<Integer, Integer> getMaxLengthMap()
-
getBuildRow
final Function1<List<String>, T> getBuildRow()
-
updateMaxLengthMap
final Unit updateMaxLengthMap(Integer columnIndex, Integer columnLength)
-
read
final Unit read(InputStream inputStream, Boolean skipHeader)
-
parseRow
final List<String> parseRow(InputStream inputStream)
-
-
-
-