FileWriter.FileWriter

FileWriter.FileWriter

Class Overview | Class Members | This Package | All Packages

Syntax 1
public FileWriter( String fileName ) throws IOException



Syntax 2
public FileWriter( String fileName, boolean append ) throws IOException



Syntax 3
public FileWriter( File file ) throws IOException



Syntax 4
public FileWriter( FileDescriptor fd )