Java文件操作的方法
发表于:2024-11-23 作者:千家信息网编辑
千家信息网最后更新 2024年11月23日,这篇文章主要介绍"Java文件操作的方法"的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇"Java文件操作的方法"文章能帮助大家解决问题。简介本程序主要采用了Fi
千家信息网最后更新 2024年11月23日Java文件操作的方法
这篇文章主要介绍"Java文件操作的方法"的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇"Java文件操作的方法"文章能帮助大家解决问题。
简介
本程序主要采用了FileInputStream和FileOutputStream两类对文件进行操作。具体包括通过相对路径打开文件,三种方法读取文件,查看文件属性,追加文件数据等。
效果图:
完整代码:
package Code.a;import java.io.*;public class FileInputStreamDemo { public static void main(String[] args) { //获取当前目录; File f = new File("."); System.out.print("absolute path:"+f.getAbsolutePath()+"\n"); while(true) { try { //输入命令; System.out.print("Please input your order:"); BufferedReader stdinBufferedReader; String str1 = null; stdinBufferedReader = new BufferedReader(new InputStreamReader(System.in)); str1 = stdinBufferedReader.readLine(); //相对路径打开文件; File file2 = new File(".\\src\\Code\\a\\Exception.java"); FileInputStream fis2 = new FileInputStream(file2); 根据不同的命令,执行不同操作; //一次性读取全部数据 if(str1.equals("一次性读取全部数据")) { byte[] buf = new byte[(int)(file2.length())]; fis2.read(buf); String str = new String(buf); System.out.print(str); System.out.print("\n"); } //分块读取 else if(str1.equals("分块读取")) { int n = 1024,count; byte[] buf = new byte[n]; while((count = fis2.read(buf)) != -1) { System.out.print(new String(buf,0,count)); } System.out.print("\n"); } //逐字读取数据 else if(str1.equals("逐字读取数据")) { for(int i = 0; i < file2.length(); i++) { char ch = (char)(fis2.read()); System.out.print(ch); } System.out.print("\n"); } //退出 else if(str1.equals("退出")) { System.out.print("已退出\n"); break; } //查看文件属性 else if(str1.equals("查看文件属性")) { System.out.print("If the file or catalog exists:"+file2.exists()+"\n"); System.out.print("If is it a file:"+file2.isFile()+"\n"); System.out.print("If is it a catalog:"+file2.isDirectory()+"\n"); System.out.print("FileName:"+file2.getName()+"\n"); System.out.print("absolute path:"+file2.getAbsolutePath()+"\n"); System.out.print("The last time that the file was changed:"+file2.lastModified()+"\n"); System.out.print("The size of the file:"+file2.length()+" bites\n"); } //向文件追加数据 else if(str1.equals("文件追加数据")) { FileOutputStream fos2 = new FileOutputStream(file2,true); System.out.println("Please input the content: "); BufferedReader ContentReader; String str2 = null; ContentReader = new BufferedReader(new InputStreamReader(System.in)); str2 = ContentReader.readLine(); fos2.write(str2.getBytes()); fos2.close(); } //关闭流对象; fis2.close(); } //处理异常; catch(FileNotFoundException fnfe) { System.out.print("The file open unsuccessfully."); }catch(IOException ioe) { ioe.printStackTrace(); } } } }
关于"Java文件操作的方法"的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识,可以关注行业资讯频道,小编每天都会为大家更新不同的知识点。
文件
数据
方法
不同
属性
知识
一次性
命令
行业
路径
实用
代码
内容
实用性
实际
对象
效果
效果图
文章
更多
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
苏州系统软件开发怎么样
在数据库系统中常用的数学模型
松江区信息化软件开发厂家价格
重庆智慧养老软件开发哪儿好
网店宏诚科技软件开发
网站服务器入侵教程
网络安全导师介绍
白花镇数据库
大兴区品牌软件开发价格优惠
五个基础服务器
天龙八部卡级服务器名字
亿万财神爷软件开发商
淄川陶瓷软件开发咨询
梦幻西游云冈石窟服务器位置
科技互联网观察家
遍历集合查数据库
腾讯云五大数据库
sqllite数据库使用
软件开发技能专长
100万并发服务器选型
rds数据库历史
钉钉后台数据库修改考勤
多媒体软件开发的六个步骤
学习网络技术哪个平台比较好
韩顺平满汉楼数据库
江苏常规网络技术咨询商家
网吧服务器怎么搞的
嘉定区什么是网络技术标准
联合国统计署数据库
数据库技术与专业论文