public interface CsvParser
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
parse(java.io.File file) |
java.util.List |
parse(java.lang.String csv) |
java.util.List |
parse(java.net.URL url) |
java.util.List parse(java.io.File file)
throws java.io.IOException,
CsvParserException
java.io.IOExceptionCsvParserExceptionjava.util.List parse(java.net.URL url)
throws java.io.IOException,
CsvParserException
java.io.IOExceptionCsvParserExceptionjava.util.List parse(java.lang.String csv)
throws PipelineException,
IllegalInputCharacterException
Copyright © 2002-2018. All Rights Reserved.