ishitai.files
Class FileOfText

java.lang.Object
  |
  +--ishitai.files.FileOfText

Deprecated. This older utility class will be replaced with the newer Data hierarchy.

public class FileOfText
extends java.lang.Object

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

printer

public java.io.PrintWriter printer
Deprecated. 
Constructor Detail

FileOfText

public FileOfText(java.lang.String fileName,
                  boolean overWrite)
Deprecated. 
Method Detail

openFile

public void openFile()
Deprecated. 
Initializes output stream to file.

closeFile

public void closeFile()
Deprecated. 
Closes output stream to file.

println

public void println(java.lang.String str)
Deprecated. 
Writes a String to the file.