org.dbunit.dataset.csv
Class CsvParserImpl

java.lang.Object
  extended by 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 $

Constructor Summary
CsvParserImpl()
           
 
Method Summary
 List parse(File file)
           
 List parse(Reader reader, String source)
           
 List parse(String csv)
           
 List parse(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsvParserImpl

public CsvParserImpl()
Method Detail

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.