1 Star 0 Fork 0

schwarizard / Chapter 10

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Copy 229 Bytes
一键复制 编辑 原始数据 按行查看 历史
schwarizard 提交于 2016-04-10 21:59 . new file
import java.io.*;
public class Copy {
public static void main(String[] args) throws IOException {
IO.dump(
new FileInputStream(args[0]),
new FileOutputStream(args[1]));
}
}
Java
1
https://gitee.com/schwarizard/Chapter-10.git
git@gitee.com:schwarizard/Chapter-10.git
schwarizard
Chapter-10
Chapter 10
master

搜索帮助