文件名称:OpenFile
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 13kb
- 下载次数:
- 0次
- 提 供 者:
- l**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编写一个应用程序,实现下列要求:
显示一个“打开”文件对话框,并选择一个文件
从字节流、字符流、随机访问文件3种方式选择一种完成对该文件的复制
检查复制后的文件内容与原文件是否一致
-Write an application to achieve the following requirements: Display an " Open" file dialog box and select a file from a byte stream, character stream, random access files 3 ways to choose a complete copy of the document after document inspection copies the content is consistent with the original file
显示一个“打开”文件对话框,并选择一个文件
从字节流、字符流、随机访问文件3种方式选择一种完成对该文件的复制
检查复制后的文件内容与原文件是否一致
-Write an application to achieve the following requirements: Display an " Open" file dialog box and select a file from a byte stream, character stream, random access files 3 ways to choose a complete copy of the document after document inspection copies the content is consistent with the original file
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OpenFile\build.xml
........\manifest.mf
........\src\openfile\BufferReader.java
........\...\........\DisplayFile.java
........\...\........\Main.java
........\nbproject\build-impl.xml
........\.........\genfiles.properties
........\.........\project.properties
........\.........\project.xml
........\.........\..ivate\private.properties
........\.........\.......\private.xml
........\build\classes\openfile\BufferReader.class
........\.....\.......\........\CopyFile.class
........\.....\.......\........\DisplayFile.class
........\.....\.......\........\Main.class
........\.....\.......\openfile
........\src\openfile
........\nbproject\private
........\build\classes
........\test
........\src
........\nbproject
........\build
OpenFile
........\manifest.mf
........\src\openfile\BufferReader.java
........\...\........\DisplayFile.java
........\...\........\Main.java
........\nbproject\build-impl.xml
........\.........\genfiles.properties
........\.........\project.properties
........\.........\project.xml
........\.........\..ivate\private.properties
........\.........\.......\private.xml
........\build\classes\openfile\BufferReader.class
........\.....\.......\........\CopyFile.class
........\.....\.......\........\DisplayFile.class
........\.....\.......\........\Main.class
........\.....\.......\openfile
........\src\openfile
........\nbproject\private
........\build\classes
........\test
........\src
........\nbproject
........\build
OpenFile