|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--idl.tmt.representation.matrix.GenericFileReader
Reads the contents of a file on disk, one line at a time
| Field Summary | |
(package private) java.io.RandomAccessFile |
file
|
(package private) java.lang.String |
line
|
(package private) long |
pos
|
| Constructor Summary | |
GenericFileReader(java.lang.String fileName)
|
|
| Method Summary | |
boolean |
hasNext()
|
java.lang.String |
next()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.io.RandomAccessFile file
long pos
java.lang.String line
| Constructor Detail |
public GenericFileReader(java.lang.String fileName)
| Method Detail |
public boolean hasNext()
public java.lang.String next()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||