public static interface CsvParser.CsvLineHandler
Modifier and Type | Method and Description |
---|---|
void |
processCsvLine(Map<String,String> line) |
void processCsvLine(Map<String,String> line) throws CsvParser.MalformedCsvException
line
- this object can be re-used between calls to reduce GC; extract values from it but do not store the object anywhereCsvParser.MalformedCsvException