name

珍惜眼前人

导航

2015年10月14日 #

File 、InputStream和OutputStream 、BefferedInputStream和BufferedOutputStream 三种方法复制文件的操作

摘要: 1 import java.io.File; 2 3 public class ShowFile { 4 5 public static void main(String[] args) { 6 7 File dir = new File("E:/aaa"); 8 ... 阅读全文

posted @ 2015-10-14 20:01 珍惜眼前人 阅读(912) 评论(0) 推荐(0)