java IO Nio 文件拷贝工具类Files
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java IO Nio 文件拷贝工具类Files相关的知识,希望对你有一定的参考价值。
public static void main(String[] args) throws Exception { Files.copy(Paths.get("file/text.txt"), new FileOutputStream("nio.txt")); }
以上是关于java IO Nio 文件拷贝工具类Files的主要内容,如果未能解决你的问题,请参考以下文章
Java学习笔记6.3.4 文件操作 - Path接口和Files工具类
Java学习笔记6.3.4 文件操作 - Path接口和Files工具类