org.dbunit.dataset.csv
Interface CsvParser

All Known Implementing Classes:
CsvParserImpl

public interface CsvParser

Since:
2.2 (Sep 12, 2004)
Version:
$Revision: 825 $ $Date: 2008-10-05 19:40:31 +0200 (Sun, 05 Oct 2008) $
Author:
fede, Last changed by: $Author: gommma $

Method Summary
 List parse(File file)
           
 List parse(String csv)
           
 List parse(URL url)
           
 

Method Detail

parse

List parse(File file)
           throws IOException,
                  CsvParserException
Throws:
IOException
CsvParserException

parse

List parse(URL url)
           throws IOException,
                  CsvParserException
Throws:
IOException
CsvParserException

parse

List parse(String csv)
           throws PipelineException,
                  IllegalInputCharacterException
Throws:
PipelineException
IllegalInputCharacterException


Copyright © 2002-2012. All Rights Reserved.