java.io
Class FileReader
java.lang.Object
java.io.Reader
java.io.InputStreamReader
java.io.FileReader
public class FileReader
- extends InputStreamReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.