oracle.util
Class FileReader

java.lang.Object
  |
  +--oracle.util.FileReader

public class FileReader
extends java.lang.Object


Constructor Summary
FileReader(java.lang.String filename)
           
 
Method Summary
TypeMethod
 void finalize()
           
 java.lang.String readLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileReader

public FileReader(java.lang.String filename)
           throws java.io.IOException
Method Detail

readLine

public java.lang.String readLine()
                          throws java.io.IOException

finalize

public void finalize()
              throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object