j2ee.io
Class FileReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.InputStreamReader
          extended by java.io.FileReader
              extended by j2ee.io.FileReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public class FileReader
extends java.io.FileReader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
FileReader(java.io.File file)
           
FileReader(java.io.FileDescriptor fd)
           
FileReader(java.lang.String fileName)
           
 
Method Summary
 
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, read, ready
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileReader

public FileReader(java.io.File file)
           throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

FileReader

public FileReader(java.io.FileDescriptor fd)

FileReader

public FileReader(java.lang.String fileName)
           throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException