摘要: @Test public void test4() throws IOException { InputStreamReader isr = null; try { FileInputStream fis = new FileInputStream("D:\\java.txt"); isr = ne 阅读全文
posted @ 2022-09-01 21:13 iTao0128 阅读(15) 评论(0) 推荐(0)
摘要: @Test public void test3(){ BufferedInputStream bis = null; BufferedOutputStream bos = null; try { //节点流 FileInputStream fis = new FileInputStream("D:\ 阅读全文
posted @ 2022-09-01 20:51 iTao0128 阅读(15) 评论(0) 推荐(0)