nEspecialização de OutputStream para
escrita em arquivos
n public
FileOutputStream(String name) throws FileNotFoundException
n
n public
FileOutputStream(String name,
n boolean append) throws
FileNotFoundException
n
n public
FileOutputStream(File file) throws FileNotFoundException