Changed Constructors |
FileWriter(File )
|
Documentation changed from old to new. |
Constructs a FileWriter object given a File object. |
FileWriter(FileDescriptor )
|
Documentation changed from old to new. |
Constructs a FileWriter object associated with a file descriptor. |
FileWriter(String )
|
Documentation changed from old to new. |
Constructs a FileWriter object given a file name. |
FileWriter(String, boolean)
|
Documentation changed from old to new. |
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written. |