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

IO流文件复制

于 2023-05-13 发布 文件大小:3.26 kB
0 83
下载积分: 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 个回复

  • hengshudao
    JAVA横竖倒显示输入的字符串 代码,代码出处:http://www.itneng.com/thread-4121-1-1.html 代码可直接编译(JAVA print)
    2013-11-18 21:42:04下载
    积分:1
  • 使用Java 编制的小游戏,实现了客户端与服务器端的简单连接
    使用Java 编制的小游戏,实现了客户端与服务器端的简单连接-Prepared using the Java game to achieve the client and server-side of the simple connection
    2022-09-02 07:45:03下载
    积分:1
  • java和mysql结合做的系统
    用java编写的C/S架构的高仿QQ软件,可以实现私聊,群聊,用户注册,修改个人信息,添加好友,删除好友,发送表情,进入空间,找回密码,记住密码登陆等功能。 并且不同用户登录有不同的头像等,数据库用的是mysql,并附有mysql数据库和文档说明,对于想学习java的人会很有帮助。
    2022-08-10 10:11:13下载
    积分:1
  • javalocal
    子类方法不可比父类方法抛出更多的例外。子类抛出的例外或者与父类抛出的例外一致,或者是父类抛出例外的子类型。或者子类型不抛出例外。(Class methods are not comparable to the parent class method throws more exceptions. The subclass thrown exception or thrown with the parent class exceptions, or the parent class throw exception sub type. Do not throw exceptions or sub type. )
    2013-10-18 19:51:43下载
    积分:1
  • 工资单系统 JAVA
    工资管理系统是一个非常受欢迎的系统,因为那是一个系统,让你(管理员)来计算你的员工的薪水。简单易懂。这是一个JAVA基本程序,每一个初学者一定会很容易理解。注意:使用Java程序运行的程序〜
    2022-12-31 08:30:03下载
    积分:1
  • Java实现bp神经网络算法
    运用Java编写的人工神经网络的算法,里面包括人工神经网络的实现,以及一个简单的测试代码,大家可以通过自己的需求来进行修改
    2022-08-07 22:03:34下载
    积分:1
  • Java2key
    JAVA答案详解,很强悍,免费让您下载使用(Detailed answers JAVA, very tough, so you download for free)
    2010-12-04 12:44:09下载
    积分:1
  • 校园兴趣组
    校园兴趣组校园兴趣组校园兴趣组校园兴趣组校园兴趣组校园兴趣组校园兴趣组校园兴趣组校园兴趣组校园兴趣组校园兴趣组
    2022-04-11 17:25:53下载
    积分:1
  • Triangle
    Android OpenGL ES simple triangle tutorial application
    2010-12-01 03:23:45下载
    积分:1
  • jQuery大鱼吃小鱼游戏源代码
    jQuery大鱼吃小鱼游戏源代码,美丽的大海,灿烂的珊瑚,吃小鱼了,放飞梦想,全部鱼群,好玩的游戏,小鱼来吃呀。(JQuery big fish eat small fish game source code, beautiful sea, brilliant coral, eat small fish, fly dream, all fish, fun game, small fish to eat.)
    2019-01-13 21:26:33下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载