Modifier and Type | Method and Description |
---|---|
static CsvReader |
CsvReader.parse(java.lang.String data)
Creates a
CsvReader object using a string
of data as the source. Uses ISO-8859-1 as the
Charset . |
http://sourceforge.net/projects/javacsv/