Uses of Class
com.avoka.fc.core.util.CsvReader
-
Packages that use CsvReader Package Description com.avoka.fc.core.service.payment.reconciliation Provides payment reconciliation related utility classes.com.avoka.fc.core.util Provides common utility classes and exception objects. -
-
Uses of CsvReader in com.avoka.fc.core.service.payment.reconciliation
Constructors in com.avoka.fc.core.service.payment.reconciliation with parameters of type CsvReader Constructor Description ReconciliationItem(CsvReader reader, Map<String,Object> csvConfig)
Object constructor, read in the values from the reconciliation file. -
Uses of CsvReader in com.avoka.fc.core.util
Methods in com.avoka.fc.core.util that return CsvReader Modifier and Type Method Description static CsvReader
CsvReader. parse(String data)
Creates aCsvReader
object using a string of data as the source. Uses ISO-8859-1 as theCharset
.
-