我是靠谱客的博主 斯文缘分,最近开发中收集的这篇文章主要介绍Java实验报告吉林大学_JAVA输入输出流实验报告单,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

《JAVA输入输出流实验报告单》由会员分享,可在线阅读,更多相关《JAVA输入输出流实验报告单(8页珍藏版)》请在人人文库网上搜索。

1、吉林大学应用技术学院实验(训)报告单(电子版)实验编号08实验班级540972实验名称输入输出流实验任务书编号08实验组别27实验组成员陈静报告人陈静指导教师罗凡实验报告 1读取文本文件内容import java.io.*;import java.awt.*;import java.awt.eve nt.*;public class TestFileDialogpublic static void main(String args)new FileFrame();class FileFrame exte nds Frame impleme nts Action Liste nerTextAre。

2、a ta;Butt on ope n,q uit;FileDialog fd;FileFrame()super(获取显示文本文件”);ta=new TextArea(10,45);ope n=new Butt on (” 打开);quit=new Button(”关闭);ope n. addActi on Liste ner(this);quit.addAct ion Liste ner(this); setLayout (new FlowLayout(); add(ta);add(ope n);add(quit);setSize(350,280);show();public void act。

3、ion Performed(Act ionEvent e)if(e.getActionCommand()= 打开)fd=new FileDialog(this,打开文件 ”,FileDialogLOAD);fd.setDirectory(d:);fd.show();tryFile myfile=new File(fd.getDirectory(),fd.getFile();System.out.pri nt(myfile);FileReader inF ile=new FileReader(myfile);BufferedReader inB=new BufferedReader(i nFil。

4、e);String fileContent=,str=;while(fileC ontent=in B.readL in e()!=nu II)str=str+fileCo nten t+n;ta. appe nd(fileCo nte nt+n);catch(IOExcepti on ie)System.out.pri ntl n(ie.toStri ng();if(e.getActionCommand()= 关闭)dispose();System.exit(O);I 获取显示文本文件-|n| x|打开I关闭II 获取显示文本文件-|n| x|哈哈哈非官方的时递规划法国恢复更好的会更符合 规。

5、定是散过机会多发几个vj sdhfjksbdfvbsFvfcxbvnbcxn2读取图像文件import java.io.*;class ReadPicReadPic()try陈静陈静桌面 W54097227 run .gif);桌面 54097227 copyr un. gif);Filel nputStream inF ile=new Filel nputStream(f);Bufferedl nputStream inB=new Bufferedl nputStream(i nFile);FileOutputStream outFile=n ew FileOutputStream(fl);。

6、BufferedOutputStream outB=new BufferedOutputStream(outFile);byte b=new byte(int)f.length();while(i nB.read(b)!=-1)outB.write(b);outB.flush();in B.close();outB.close();catch(Exception e)e.printStackTrace();public static void main(String args)new ReadPic();3将内容写入文件import java.io.*;class UseStreamlUseS。

7、tream1(Stri ng path)tryFile f=new File(path,chenji ng.txt);FileWriter outFile=n ew FileWriter(f);BufferedWriter outB=new BufferedWriter(outFile);Stri ng s=你们好,这是一个测试写入数据的文件。;outB.write(s);outB. newL in e();outB.write(”这是利用 FileWriter 与 BufferedWriter的例题。);outB.flush();outB.close();FileReader inF ile。

8、=new FileReader(f);BufferedReader inB=new BufferedReader(i nFile);Stri ng fileCo nte nt=,str=;while(fileC ontent=in B.readL in e()!=n ull)str=str+fileCo nte nt+n;System.out.pri ntln( str);in B.close();catch(Exception e)e.printStackTrace();public static void main(String args)桌面W54097227 陈静);new UseStream1(C:Docume nts and实验成绩指导教师评语。

最后

以上就是斯文缘分为你收集整理的Java实验报告吉林大学_JAVA输入输出流实验报告单的全部内容,希望文章能够帮你解决Java实验报告吉林大学_JAVA输入输出流实验报告单所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(34)

评论列表共有 0 条评论

立即
投稿
返回
顶部