| Constructor and Description |
|---|
CsvParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
parse(java.io.File file) |
java.util.List |
parse(java.io.Reader reader,
java.lang.String source) |
java.util.List |
parse(java.lang.String csv) |
java.util.List |
parse(java.net.URL url) |
public java.util.List parse(java.lang.String csv)
throws PipelineException,
IllegalInputCharacterException
parse in interface CsvParserPipelineExceptionIllegalInputCharacterExceptionpublic java.util.List parse(java.io.File file)
throws java.io.IOException,
CsvParserException
parse in interface CsvParserjava.io.IOExceptionCsvParserExceptionpublic java.util.List parse(java.net.URL url)
throws java.io.IOException,
CsvParserException
parse in interface CsvParserjava.io.IOExceptionCsvParserExceptionpublic java.util.List parse(java.io.Reader reader,
java.lang.String source)
throws java.io.IOException,
CsvParserException
java.io.IOExceptionCsvParserExceptionCopyright © 2002-2018. All Rights Reserved.