登录
首页 » java » IO流文件复制

IO流文件复制

于 2023-05-13 发布 文件大小:3.26 kB
0 107
下载积分: 2 下载次数: 1

代码说明:

import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintStream; public class FileStreamDemo { public static void main(String[] args) { writeDate(); } private static void copy() { byte[] b= new byte[1000]; FileInputStream fs=null; FileOutputStream fo=null; try { fs = new FileInputStream("e:1.qsv"); fo = new FileOutputStream("e:11.qsv"); while((fs.read(b))!=-1){ fo.write(b); } } catch (FileNotFoundException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); }finally{ try { fo.close(); fs.close(); } catch (IOException e) { e.printStackTrace(); } } }

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 人力资源管理系统
    这个项目基于在重新修订数据存储如航班详细信息、 旅客信息、 航班时间、 预订的航班的航空公司系统
    2023-03-31 10:30:05下载
    积分:1
  • BigDataProcessinginHadoopMapReduce
    关于大数据处理的论文,以当前流行的Hadoop为基础,提出优化MaoReduce计算模型的方法(Papers about big data processing, on the basis of the current popular Hadoop, MaoReduce calculation model optimization method is put forward)
    2013-11-05 13:16:47下载
    积分:1
  • ck
    说明:  物流管理系统的毕业论文,有详细的使用教程,供大家学习。(The graduation thesis of the logistics management system has a detailed course of use for everyone to learn.)
    2018-03-20 11:16:42下载
    积分:1
  • Android移动开发一本就够源码
    Android移动开发一本就够源码
    2014-09-22下载
    积分:1
  • MySpringIoC
    spring的基础入门IoC, 开发工具 IDEA, TomCat,SQL(Introduction tospring 1, Development tools IDEA, TomCat, SQL)
    2020-06-20 00:20:02下载
    积分:1
  • JavaScript源代码全集
    JavaScript源代码全集-JavaScript source code Complete Works
    2022-01-25 23:37:54下载
    积分:1
  • main
    Nice auth for vk.com with tor
    2014-01-21 14:39:46下载
    积分:1
  • jdb4sqlserver
    java访问sql server数据库的jdbc驱动,很重要哦(java database sql server access jdbc driver, it is very important, oh)
    2009-06-03 15:31:31下载
    积分:1
  • page0227
    实现jsp分页。就是学习关于三层分页完成信息查询(Achieve jsp Paging. Is to learn about the three paging information query)
    2012-11-20 09:52:32下载
    积分:1
  • fullCalendor 动态分组值班
    修改fullCalendor的jquery控件显示动态值班分租
    2022-03-14 21:26:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载