程序包 com.sh.util
类 FileCenter
java.lang.Object
com.sh.util.FileCenter
Description: 文件处理中心-字符流
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
-
字段概要
字段修饰符和类型字段说明static final intstatic final intstatic final intstatic final int -
构造器概要
构造器构造器说明FileCenter(File file, int mode) FileCenter(String filePath) FileCenter(String filePath, int mode) -
方法概要
-
字段详细资料
-
构造器详细资料
-
FileCenter
-
FileCenter
-
FileCenter
-
-
方法详细资料
-
open
打开文件- 抛出:
Exception- Exception
-
open
- 抛出:
Exception
-
open
- 抛出:
Exception
-
open
打开文件流- 参数:
append- boolean- 抛出:
Exception- Exception
-
write
追加文本内容- 参数:
str- String- 抛出:
IOException- IOException
-
writeln
追回文本内容,并换行- 参数:
str- String- 抛出:
IOException- IOException
-
readLine
读取一行- 返回:
- String
- 抛出:
IOException- IOException
-
forEach
- 抛出:
IOException
-
close
public void close()关闭文件流 -
getRowNo
public int getRowNo()
-