摘要: public class CopyFileDemo { public static void main(String[] args) throws IOException { FileInputStream fis = new FileInputStream("D:\\windows.iso"); 阅读全文
posted @ 2020-09-25 15:11 享受折腾 阅读(127) 评论(0) 推荐(0)
摘要: 1 public class FileDemo2 { 2 public static void main(String[] args) { 3 File f = new File("E:\\centos"); 4 getAllFiles(f); 5 } 6 7 private static void 阅读全文
posted @ 2020-09-25 08:05 享受折腾 阅读(133) 评论(0) 推荐(0)