Class SimpleReader
java.lang.Object
SimpleReader
public class SimpleReader
- extends Object
Class that allows you to easily read and print out the
contents of a file
- Author:
- Barb Ericson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleReader
public SimpleReader()
readAndPrintFile
public void readAndPrintFile(String fileName)
- Method to read a file and print out the contents
- Parameters:
fileName
- the name of the file to read from
main
public static void main(String[] args)