文件输出流的构造方法是public FileOutputStream(String name,Boolean append) throws FileNotFoundException,当参数append的值为true时,表示(        )。

A 在原文件的尾部添加数据
B 创建一个新文件
C 覆盖原文件的内容
D 在原文件的指定位置添加数据