摘要: 字节输入流转为字符输入流 /** * 字节输入流转为字符输入流 */ public static void main(String[] args) { //创建文件对象,指定要读取的文件路径 File file=new File("d:\\readme1.txt"); try { ... 阅读全文
posted @ 2017-03-21 16:50 xh_Blog 阅读(306) 评论(0) 推荐(0) 编辑
摘要: FileReader FileWriter 阅读全文
posted @ 2017-03-21 16:35 xh_Blog 阅读(233) 评论(0) 推荐(0) 编辑