码迷,mamicode.com
首页 > 其他好文 > 详细

文件拷贝工具类

时间:2016-08-06 09:44:34      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:

https://docs.spring.io/spring/docs/1.2.x/javadoc-api/org/springframework/util/FileCopyUtils.html

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
            <version>4.3.1.RELEASE</version>
        </dependency>

 

用法举例:

    @Test
    public void tt() throws IOException{
        FileCopyUtils.copy(new File("E:\\abc.txt"), new File("E:\\abcd.txt"));
    }

 

文件拷贝工具类

标签:

原文地址:http://www.cnblogs.com/zno2/p/5718658.html

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