Interface CsvParser

All Known Implementing Classes:
CsvParserImpl

public interface CsvParser
Parses a line of CSV text into its individual field values.
Since:
2.2 (Sep 12, 2004)
Version:
$Revision$ $Date$
Author:
fede, Last changed by: $Author$
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(File file)
    Parses the CSV content of the given file.
    Parses a single line of CSV text into its individual field values.
    parse(URL url)
    Parses the CSV content at the given URL.