April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Classe FileWriter
nÉ uma subclasse de OutputStreamWriter
n   public FileWriter(String name) throws IOException
n   public FileWriter(String name, boolean append) throws IOException
n   public FileWriter(File file) throws IOException