|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.limn.data.ReaderParser
ReaderParser uses a fileReader to buffer the data object before loading it into a LimnData object. This is a faster way to load data, but requires enough memory for the reader object and the data object
| Constructor Summary | |
ReaderParser()
|
|
| Method Summary | |
static LimnData |
parseFile(java.lang.String name)
parseFile will parse the data file and return a SimpleData object |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ReaderParser()
| Method Detail |
public static LimnData parseFile(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||