analysis.java
Class FileIO

java.lang.Object
  |
  +--analysis.java.FileIO

public class FileIO
extends java.lang.Object

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

FileIO

public FileIO()
Creates an empty object for reading in a text file with instructions

Method Detail

readFile

public void readFile(java.lang.String inFile)
Reads from a text file and prints contents to screen

Parameters:
inFile - full path name of file to be read in