|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--analysis.java.FileIO
Class for reading lines of text from ASCII text file(s) onto screen
| Constructor Summary | |
FileIO()
Creates an empty object for reading in a text file with instructions |
|
| Method Summary | |
void |
readFile(java.lang.String inFile)
Reads from a text file and prints contents to screen |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileIO()
| Method Detail |
public void readFile(java.lang.String inFile)
inFile - full path name of file to be read in
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||