java.io
Class FileReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.InputStreamReader
          extended by java.io.FileReader

public class FileReader
extends InputStreamReader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
FileReader(File var0)
           
FileReader(FileDescriptor var0)
           
FileReader(String var0)
           
 
Method Summary
 
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, read, ready
 
Methods inherited from class java.io.Reader
mark, markSupported, 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(File var0)
           throws FileNotFoundException
Throws:
FileNotFoundException

FileReader

public FileReader(FileDescriptor var0)

FileReader

public FileReader(String var0)
           throws FileNotFoundException
Throws:
FileNotFoundException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.