摘要: 知识点:RandomAccessFile (随机访问文件)类 (一)描述 前一篇博客中https://www.cnblogs.com/shuaifing/p/11490160.html,主要描述FileInputStream/FileOutPutStream、FileReader/FileWrite 阅读全文
posted @ 2019-09-09 16:21 shuaiflying 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 知识点:基于抽象基类字节流(InputStream和OutputStream)、字符流(Reader和Writer)的特性,处理纯文本文件,优先考虑使用字符流BufferedReader/BufferedWriter,其他的考虑使用字节流(BufferedInputStream/BufferedOu 阅读全文
posted @ 2019-09-09 10:16 shuaiflying 阅读(599) 评论(0) 推荐(0) 编辑