單項(xiàng)選擇題
用文件字節(jié)輸出流對(duì)文件進(jìn)行寫(xiě)操作時(shí),需要先創(chuàng)建文件輸出流對(duì)象,文件輸出數(shù)據(jù)流的構(gòu)造方法是 public FileOutputStream(String name,Boolean append) throws FileNotFoundException,當(dāng)參數(shù)append的值為true時(shí),表示()
A.創(chuàng)建一個(gè)新文件
B.在原文件的尾部添加數(shù)據(jù)
C.覆蓋原文件的內(nèi)容
D.在原文件的指定位置添加數(shù)據(jù)