|
DataFile 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.infomata.data.CSVFormat
Implementation DataFormat interface for CSV formated files.
Constructor Summary | |
CSVFormat()
|
Method Summary | |
java.lang.String |
format(DataRow row)
Converts a set of data into a line in data file. |
DataRow |
parseLine(java.lang.String line)
Parses a line of data properly formatted in CSV format into set of data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CSVFormat()
Method Detail |
public java.lang.String format(DataRow row)
format
in interface DataFormat
row
- row of data to be converted in to String
DataFormat.format(DataRow)
public DataRow parseLine(java.lang.String line)
parseLine
in interface DataFormat
line
- CSV formated line of data
DataFormat.parseLine(String)
|
DataFile 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |