Apache Commons CSV
Go to file
Gary D. Gregory f78b5a14ca Change CSVFormat#Iterable<CSVRecord> parse(final Reader in) to return a CSVParser, which is compatible since CSVParser implements Iterable<CSVRecord>. This allows a caller to end the parsing by calling CSVParser#close() or to use CSVParser in a Java 7 try-with-resources, without tracking a reader or input stream.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508509 13f79535-47bb-0310-9956-ffa450edef68
2013-07-30 16:22:07 +00:00
src Change CSVFormat#Iterable<CSVRecord> parse(final Reader in) to return a CSVParser, which is compatible since CSVParser implements Iterable<CSVRecord>. This allows a caller to end the parsing by calling CSVParser#close() or to use CSVParser in a Java 7 try-with-resources, without tracking a reader or input stream. 2013-07-30 16:22:07 +00:00
LICENSE-header.txt Add more reports. 2012-09-11 18:51:54 +00:00
LICENSE.txt import of csv parser code, as donated by netcetera [code grant recorded] 2005-12-17 05:41:27 +00:00
NOTICE.txt developed by => developed at 2013-01-30 21:43:00 +00:00
checkstyle.xml Add more reports. 2012-09-11 18:51:54 +00:00
pom.xml Better use maven.compiler.target instead of the old property (maven.compile.target) 2013-07-19 19:40:59 +00:00