Uses of Class
com.gengoai.io.CSVReader
-
Packages that use CSVReader Package Description com.gengoai.io Classes for reading and writing to various different sources, e.g. -
-
Uses of CSVReader in com.gengoai.io
Methods in com.gengoai.io that return CSVReader Modifier and Type Method Description CSVReader
CSV. reader(Resource resource)
Creates a CSVReader using this specification from a given resourceCSVReader
CSV. reader(Reader reader)
Creates a CSVReader using this specification from a given readerConstructors in com.gengoai.io with parameters of type CSVReader Constructor Description CSVRowListIterator(@NonNull CSVReader reader)
Instantiates a new Csv row iterator.CSVRowMapIterator(@NonNull CSVReader reader)
Instantiates a new Csv row iterator.
-