单项选择题

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");