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
- Since:
- 2.2 (Sep 12, 2004)
- Version:
- $Revision: 823 $ $Date: 2008-10-05 12:15:40 +0200 (Sun, 05 Oct 2008) $
- Author:
- fede, Last changed by: $Author: gommma $
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-2012. All Rights Reserved.