Uses of Class
org.apache.commons.csv.CSVParser
-
-
Uses of CSVParser in org.apache.commons.csv
Methods in org.apache.commons.csv that return CSVParser Modifier and Type Method Description CSVParserCSVRecord. getParser()Returns the parser.CSVParserCSVFormat. parse(Reader reader)Parses the specified content.static CSVParserCSVParser. parse(File file, Charset charset, CSVFormat format)Creates a parser for the givenFile.static CSVParserCSVParser. parse(InputStream inputStream, Charset charset, CSVFormat format)Creates a CSV parser using the givenCSVFormat.static CSVParserCSVParser. parse(Reader reader, CSVFormat format)Creates a CSV parser using the givenCSVFormatstatic CSVParserCSVParser. parse(String string, CSVFormat format)Creates a parser for the givenString.static CSVParserCSVParser. parse(URL url, Charset charset, CSVFormat format)Creates and returns a parser for the given URL, which the caller MUST close.static CSVParserCSVParser. parse(Path path, Charset charset, CSVFormat format)Creates and returns a parser for the givenPath, which the caller MUST close.
-