摘要: FileOutputStream: 字节流读取中文时需要注意的问题: IO流的异常处理机制 try...finally IO流之练习: FileReader: FileWriter: Buffered 缓冲流: 对不同编码格式的文件进行读写处理: 练习: /* * 使用流模拟使用版软件功能 * 分析 阅读全文
posted @ 2018-07-09 22:07 just_do_it_! 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 1 public class Demo1_File { 2 3 /* 4 * File(String pathname) 根据一个路径得到File对象 5 * File(String parent, String child) 根据一个目录和一个子文件/目录得到File对象 6 * File(File parent, String chi... 阅读全文
posted @ 2018-07-09 22:06 just_do_it_! 阅读(136) 评论(0) 推荐(0) 编辑