basta guardare la documentazione:
public FileOutputStream(String_ name, boolean_ append)
throws FileNotFoundException

Creates an output file stream to write to the file with the specified name. If the second argument is true, then bytes will be written to the end of the file rather than the beginning