摘要: 零拷贝指的是对CPU零消耗或者尽量少消耗。 public static boolean copyFile(String sourcePath, String targetPath) { try (FileChannel source = new FileInputStream(sourcePath) 阅读全文
posted @ 2022-04-24 10:40 流年不粘 阅读(222) 评论(0) 推荐(0)