|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--context.arch.util.FileRead
This class is a utility class that reads in the contents of a file.
Constructor Summary | |
FileRead(java.lang.String file)
Constructor that takes the filename to be read. |
Method Summary | |
static java.lang.String |
read()
This method reads in the file and returns the result in a string. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FileRead(java.lang.String file)
file
- Name of the file to readMethod Detail |
public static java.lang.String read()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |