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