|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.clichart.data.CsvLineParser
public class CsvLineParser
A line parser for CSV data. Should cope with:
Uses the CSV parsing library from javacsv on SourceForge (LGPL). It's a bit inefficient, since that parser expects to have full control of the stream (rather than doing it line-by-line, but it was very efficient in development time :)
| Constructor Summary | |
|---|---|
CsvLineParser()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
parseLine(java.lang.String line,
int lineNumber)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CsvLineParser()
| Method Detail |
|---|
public java.lang.String[] parseLine(java.lang.String line,
int lineNumber)
throws InvalidDataException
parseLine in interface LineParserInvalidDataException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||