摘要: 导入第三方jar:commons-io @Test public void test7() throws IOException { File srcFile = new File("hello.txt"); File destFile = new File("hello2.txt"); //Fil 阅读全文
posted @ 2022-09-02 22:38 Mr_sven 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-09-02 22:20 Mr_sven 阅读(13) 评论(0) 推荐(0) 编辑
摘要: /* 序列化过程:将内存中的java对象保存到磁盘中或通过网络传输出去,使用ObjectOutputStream */ @Test public void test5() throws IOException { FileOutputStream fos = new FileOutputStream 阅读全文
posted @ 2022-09-02 21:39 Mr_sven 阅读(33) 评论(0) 推荐(0) 编辑