Class CsvParserImpl

java.lang.Object
org.dbunit.dataset.csv.CsvParserImpl
All Implemented Interfaces:
CsvParser

public class CsvParserImpl extends Object implements CsvParser
CsvParser implementation that tokenizes a line of CSV text using the Pipeline character-handling framework.
Since:
2.2 (Sep 12, 2004)
Version:
$Revision$ $Date$
Author:
fede, Last changed by: $Author$
  • Constructor Details

    • CsvParserImpl

      public CsvParserImpl()
      Default constructor.
  • Method Details