org.dbunit.dataset.csv
Interface CsvParser

All Known Implementing Classes:
CsvParserImpl

public interface CsvParser

Created By: fede Date: 10-mar-2004 Time: 15.50.13 Last Checkin: $Author: dep4b $ Date: $Date: 2005-05-06 23:04:06 +0200(ven, 06 mag 2005) $ Revision: $Revision: 480 $


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-2011. All Rights Reserved.