Posted in 面试题 onDecember 02, 2016
有两种方法:
1)RandomAccessFile fd = new RandomAccessFile(file,”rw”);
fd.seek(fd.length());
然后使用 fd 的method写入
2)使用FileOutputStream(String name,boolean append) throws IOException这个constructor
1)RandomAccessFile fd = new RandomAccessFile(file,”rw”);
fd.seek(fd.length());
然后使用 fd 的method写入
2)使用FileOutputStream(String name,boolean append) throws IOException这个constructor
如何从一个文件档案的尾端新增记录
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Tags in this post...
Reply on: @reply_date@
@reply_contents@