|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.Reader | +--java.io.InputStreamReader | +--java.io.FileReader
Field Summary |
Fields inherited from class java.io.Reader |
lock |
Constructor Summary | |
FileReader(File)
|
|
FileReader(FileDescriptor)
|
|
FileReader(String)
|
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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
Constructor Detail |
public FileReader(String) throws FileNotFoundException
public FileReader(File) throws FileNotFoundException
public FileReader(FileDescriptor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |