|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ishitai.files.FileOfText
FileOfText.java Created: Wed Sep 01 1999
Field Summary | |
java.io.PrintWriter |
printer
Deprecated. |
Constructor Summary | |
FileOfText(java.lang.String fileName,
boolean overWrite)
Deprecated. |
Method Summary | |
void |
closeFile()
Deprecated. Closes output stream to file. |
void |
openFile()
Deprecated. Initializes output stream to file. |
void |
println(java.lang.String str)
Deprecated. Writes a String to the file. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public java.io.PrintWriter printer
Constructor Detail |
public FileOfText(java.lang.String fileName, boolean overWrite)
Method Detail |
public void openFile()
public void closeFile()
public void println(java.lang.String str)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |