public class FileReader extends InputStreamReader
Constructor and Description |
---|
FileReader(File file) |
FileReader(FileDescriptor filedescriptor) |
FileReader(String s) |
close, getEncoding, read, read, ready
public FileReader(File file) throws FileNotFoundException
file
- ?FileNotFoundException
- ?public FileReader(FileDescriptor filedescriptor)
filedescriptor
- ?public FileReader(String s) throws FileNotFoundException
s
- ?FileNotFoundException
- ?