public void test() throws Exception{
File file = new File("c:/test.log");
RandomAccessFile rf = new RandomAccessFile(file, "rw");
public void test() throws Exception{
File file = new File("c:/test.log");
RandomAccessFile rf = new RandomAccessFile(file, "rw");