|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectOutputFile
The OutputFile class creates log files
Constructor Summary | |
OutputFile(String fileName)
Constructor for the OutputFile |
Method Summary | |
void |
closeFile()
Closes the file |
void |
writeToFile(String data)
Writes data to the file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OutputFile(String fileName)
OutputFile
IOException
- eMethod Detail |
public void writeToFile(String data)
data
- The data to be writtenpublic void closeFile()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |