org.dbunit.dataset.csv
Class CsvParserImpl
java.lang.Object
org.dbunit.dataset.csv.CsvParserImpl
- All Implemented Interfaces:
- CsvParser
public class CsvParserImpl
- extends Object
- implements CsvParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CsvParserImpl
public CsvParserImpl()
parse
public List parse(String csv)
throws PipelineException,
IllegalInputCharacterException
- Specified by:
parse
in interface CsvParser
- Throws:
PipelineException
IllegalInputCharacterException
parse
public List parse(File file)
throws IOException,
CsvParserException
- Specified by:
parse
in interface CsvParser
- Throws:
IOException
CsvParserException
parse
public List parse(URL url)
throws IOException,
CsvParserException
- Specified by:
parse
in interface CsvParser
- Throws:
IOException
CsvParserException
parse
public List parse(Reader reader,
String source)
throws IOException,
CsvParserException
- Throws:
IOException
CsvParserException
Copyright © 2002-2011. All Rights Reserved.