文件名称:JDATASTREAM

  • 所属分类:
  • JSP源码/Java
  • 资源属性:
  • 上传时间:
  • 2014-06-05
  • 文件大小:
  • 23kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • y**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

摘要:Java源码,文件操作,读取文件,二进制

Java读存大块二进制资料文件,java.io 包中提供了BufferedInputStream 和BufferedOutputStream 类来缓存的读写流。但是读写大块的数据文件时,使用这两个类的效果并不是很好。本例演示了如何自定义缓存区,并使用不具有缓冲功能的DataInputStream 和DataOutputStream 类来读写大块的数据文件。效果如图所示,当按下“Start”按钮后,程序从源文件“d:\image.jpg”读取指定大小(缓冲区的大小)的数据放入缓冲区,然后将缓存区的数据写入目标文件“d:\a.jpg”,如此反复直到读完源文件。-Summary: Java source code, file operations, read files, binary Java read binary data files stored chunks, java.io package provides a BufferedInputStream and BufferedOutputStream classes to read and write cache flow. However, when reading and writing large data files, use these two classes of effect is not very good. This example demonstrates how to customize the cache and use DataInputStream and DataOutputStream class does not have the buffering functions to read and write chunks of data files. Results as shown, when you press " Start" button, the program from the source file " d: \ image.jpg" reads the specified size (buffer size) of data into a buffer, then the data cache written to the destination file " d: \ a.jpg" , and so forth until you read the source file.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





(没有文件,原文件不完全或已损坏或有密码)

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org