摘要: 导入第三方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 iTao0128 阅读(41) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-09-02 22:20 iTao0128 阅读(19) 评论(0) 推荐(0)
摘要: /* 序列化过程:将内存中的java对象保存到磁盘中或通过网络传输出去,使用ObjectOutputStream */ @Test public void test5() throws IOException { FileOutputStream fos = new FileOutputStream 阅读全文
posted @ 2022-09-02 21:39 iTao0128 阅读(47) 评论(0) 推荐(0)