字節流寫數據的五種形式(2020.7.21 學習筆記)

第一種 寫一個字符 :void write(int c) ; 第二種 寫一個字符數組: void write(char[] cbuf); 第三種 寫入字符數組的一部分 : void write(char[] cbuf,int off, int len); 第四種 寫一個字符串 : void write(String str); 第五種 寫入字符串的一部分 : void write (String
相關文章
相關標籤/搜索