|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
DataItemCollection |
getDataItemCollection()
Returns a DataItemCollection object containing the data in the input source |
java.util.ArrayList |
getFields()
gets the field names in the data source |
java.util.ArrayList |
getTypes()
Gets the types that correspond to the field names, |
DataItem |
parseDataItem(java.lang.String line)
Method to parse a data item, turns the String of fields in the data item into a dataItem object. |
void |
readData()
Reads from the data source and parses its contents to create a DataItemCollection |
Method Detail |
public void readData() throws java.io.IOException, java.text.ParseException
public DataItem parseDataItem(java.lang.String line) throws java.text.ParseException
line
- The line containing the data for this itempublic DataItemCollection getDataItemCollection()
public java.util.ArrayList getFields()
public java.util.ArrayList getTypes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |