|
DataFile 1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.infomata.data.TabFormat
Implementation of DataFormat interface for tab delimited data file.
| Constructor Summary | |
TabFormat()
|
|
| Method Summary | |
java.lang.String |
format(DataRow row)
Describe format method here. |
DataRow |
parseLine(java.lang.String line)
parses a line of data separated by tab into DataRow object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TabFormat()
| Method Detail |
public DataRow parseLine(java.lang.String line)
DataRow object.
parseLine in interface DataFormatline - String containing
data separated by tab character.
DataRow object containing
data parsed from linepublic java.lang.String format(DataRow row)
format method here.
format in interface DataFormatrow - a DataRow value
String value
|
DataFile 1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||