Class TextFileRead

java.lang.Object
  |
  +--TextFileRead
All Implemented Interfaces:
java.io.Serializable

public class TextFileRead
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TextFileRead()
           
 
Method Summary
 java.lang.String readTextFile(java.lang.String theFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextFileRead

public TextFileRead()
Method Detail

readTextFile

public java.lang.String readTextFile(java.lang.String theFileName)