从磁盘读取一个文件到内存中,再打印到控制台
摘要:
public class work3 { public static void main(String[] args) throws IOException { getFile(); } //通过建立缓冲区和循环的方式来读取 public static void getFile() throws I 阅读全文
posted @ 2016-12-05 20:57 曾梦垚 阅读(3115) 评论(0) 推荐(0) 编辑