一个可以行的方式读写中文文档的类
如果有问题欢迎和我联系qjt163@163.com
主要使用的是两个文件
ChineseFileReader:方法如下
构造方法
public ChineseFileReader(String file)throws IOException;
参数:file 文件名
public ChineseFileReader(File file)throws IOException;
参数:file 文件对象
从文件中读一行,如果返回null表示文件读完
public String readLine()throws IOException;
关闭对象
public void close() throws IOException;
ChineseWriter文件,方法如下:
构造方法
public ChineseFileWriter(String file)throws IOException;
参数:file文件名
public ChineseFileWriter(File file)throws IOException;
参数:file文件对象
向文件中写入一行字符串,然后换行
public void println(String line) throws IOException;
参数:line 字符串
向文件中写入一行字符串,不换行
public void print(String line) throws IOException;
参数:line 字符串
qjt
- 粉丝: 1
- 资源: 12
最新资源
- (源码)基于Django和OpenCV的智能车视频处理系统.zip
- (源码)基于ESP8266的WebDAV服务器与3D打印机管理系统.zip
- (源码)基于Nio实现的Mycat 2.0数据库代理系统.zip
- (源码)基于Java的高校学生就业管理系统.zip
- (源码)基于Spring Boot框架的博客系统.zip
- (源码)基于Spring Boot框架的博客管理系统.zip
- (源码)基于ESP8266和Blynk的IR设备控制系统.zip
- (源码)基于Java和JSP的校园论坛系统.zip
- (源码)基于ROS Kinetic框架的AGV激光雷达导航与SLAM系统.zip
- (源码)基于PythonDjango框架的资产管理系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈