码迷,mamicode.com
首页 > 编程语言 > 详细

java IO Nio 文件拷贝工具类Files

时间:2017-04-18 13:17:09      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:ring   throws   拷贝   file   path   detail   files   工具类   row   

public static void main(String[] args) throws Exception {
		Files.copy(Paths.get("file/text.txt"), new FileOutputStream("nio.txt"));
	}

Files类具体使用方法详解

java IO Nio 文件拷贝工具类Files

标签:ring   throws   拷贝   file   path   detail   files   工具类   row   

原文地址:http://www.cnblogs.com/jiangxifanzhouyudu/p/6726858.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!