java中缓冲读写buffer基础程序

java中缓冲读写buffer基础程序

ID:17021411

大小:12.34 KB

页数:3页

时间:2018-08-26

java中缓冲读写buffer基础程序_第1页
java中缓冲读写buffer基础程序_第2页
java中缓冲读写buffer基础程序_第3页
资源描述:

《java中缓冲读写buffer基础程序》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、packagecom.buffered;importjava.io.*;publicclassTestBufferedIO{publicstaticvoidmain(String[]args){Stringpath="d:/SQLHelp.java";TestBufferedIOt=newTestBufferedIO();try{//t.read2(path);//t.read3();//PrintStreamps=System.out;PrintStreamps=newPrintStream(newFile(

2、"d:/SQLHelp1.java"));t.list(path,ps);}catch(IOExceptione){e.printStackTrace();}}/***测试字节流的处理流**@parampath*@throwsIOException*/publicvoidread1(Stringpath)throwsIOException{Filef=newFile(path);InputStreamis=newFileInputStream(f);BufferedInputStreambis=newBuffe

3、redInputStream(is);byte[]bs=newbyte[20];intflag=-1;while((flag=bis.read(bs))!=-1){Stringmsg=newString(bs);System.out.print(msg);}bis.close();is.close();}/***测试打印流**@paramf*@paramfsotherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectoro

4、fthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmission

5、s,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand*/publicstaticvoidlist(Stringf,PrintStreamfs)throwsIOException{try{BufferedReaderbr=newBufferedReader(newFileReader(f));Strings=null;while((s=br.readLin

6、e())!=null){fs.println(s);}br.close();}catch(IOExceptione){fs.println("无法读取文件");}}/***测试字符流的处理流**@parampath*@throwsIOException*/publicvoidread2(Stringpath)throwsIOException{Filef=newFile(path);Readerreader=newFileReader(f);BufferedReaderbr=newBufferedReader(

7、reader);Stringmsg=null;while((msg=br.readLine())!=null){System.out.println(msg);}br.close();reader.close();}/***接收键盘输入*/publicvoidread3()throwsIOException{System.out.println("用户请输入内容:");InputStreamis=System.in;BufferedReaderreader=newBufferedReader(newInputS

8、treamReader(is));Stringmsg=null;while((msg=reader.readLine())!=null){System.out.println(msg);}reader.close();otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenew

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。