单项选择题

下面哪种方式创建的流对象将以添加模式输出信息?()

A.new File Input Stream("d:\\f2")
B.new File Writer("d:\\f2.txt");
C.new Output Stream("d:\\f2.xls",true);
D.new File Reader("d:\\f2.txt");