Class SimpleReader

java.lang.Object
  extended by SimpleReader

public class SimpleReader
extends Object

Class that allows you to easily read and print out the contents of a file

Author:
Barb Ericson

Constructor Summary
SimpleReader()
           
 
Method Summary
static void main(String[] args)
           
 void readAndPrintFile(String fileName)
          Method to read a file and print out the contents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleReader

public SimpleReader()
Method Detail

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)