Java學習筆記之--------IO流之字符流實現純文本拷貝

字符流html 輸入流:Reader,FileReaderjava 輸出流:Writer,FileWritercode 字符流只能處理純文本,所有爲可見字符(.txt或者.html)。下面實現純文本的拷貝:htm public class CopyFileDemo { public static void main(String[] args) { //建立源
相關文章
相關標籤/搜索