Uses of Class
net.sf.anupam.csv.CSVParser
Packages that use CSVParser
-
Uses of CSVParser in net.sf.anupam.csv
Methods in net.sf.anupam.csv that return CSVParserModifier and TypeMethodDescriptionCSVParserFactory.getCSVParser(String mappingName, Reader csvReader) Returns a new CSV file parser for the specified mapping and the specified CSV reader stream.CSVParserFactory.getCSVParser(String mappingName, String csvFileName, boolean inClassPath) Returns a new CSV file parser for the specified mapping, and the specified CSV file.