Module io.ebean.csv.reader
Package io.ebean.csv.reader
-
Interface Summary Interface Description CsvCallback<T> Provides callback methods for customisation of CSV processing. -
Class Summary Class Description CsvReader<T> Implementation of the CsvReaderCsvReader.CsvColumn Processes a column in the csv content.CsvUtilReader Glen Smith's CSV reader released under Apache License version 2.DefaultCsvCallback<T> Provides the default implementation of CsvCallback.TimeStringParser Parser for TIME types that supports both HH:mm:ss and HH:mm.