Name: vi73552 Date: 05/25/99
FileWriter and FileOutputStream each have four constructors. The
first argument may be a file, FileDescriptor, or String
representing a filename.
There is also an optional second argument (boolean append), but
only if the first argument is a String.
There should be a total of six constructors, with the other two
also taking an append flag.
(Review ID: 83432)
======================================================================