Javadoc.
This commit is contained in:
parent
1963ea32d2
commit
abd7de4283
|
@ -190,7 +190,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
|
||||||
* @param file
|
* @param file
|
||||||
* a CSV file. Must not be null.
|
* a CSV file. Must not be null.
|
||||||
* @param charset
|
* @param charset
|
||||||
* A Charset
|
* The Charset to decode the given file.
|
||||||
* @param format
|
* @param format
|
||||||
* the CSVFormat used for CSV parsing. Must not be null.
|
* the CSVFormat used for CSV parsing. Must not be null.
|
||||||
* @return a new parser
|
* @return a new parser
|
||||||
|
@ -217,7 +217,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
|
||||||
* @param inputStream
|
* @param inputStream
|
||||||
* an InputStream containing CSV-formatted input. Must not be null.
|
* an InputStream containing CSV-formatted input. Must not be null.
|
||||||
* @param charset
|
* @param charset
|
||||||
* a Charset.
|
* The Charset to decode the given file.
|
||||||
* @param format
|
* @param format
|
||||||
* the CSVFormat used for CSV parsing. Must not be null.
|
* the CSVFormat used for CSV parsing. Must not be null.
|
||||||
* @return a new CSVParser configured with the given reader and format.
|
* @return a new CSVParser configured with the given reader and format.
|
||||||
|
@ -241,7 +241,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
|
||||||
* @param path
|
* @param path
|
||||||
* a CSV file. Must not be null.
|
* a CSV file. Must not be null.
|
||||||
* @param charset
|
* @param charset
|
||||||
* A Charset
|
* The Charset to decode the given file.
|
||||||
* @param format
|
* @param format
|
||||||
* the CSVFormat used for CSV parsing. Must not be null.
|
* the CSVFormat used for CSV parsing. Must not be null.
|
||||||
* @return a new parser
|
* @return a new parser
|
||||||
|
|
Loading…
Reference in New Issue