Hi,
I found there is another way of doing this.



RandomAccessFile rfile = new RandomAccessFile(file,"r");

rfile.seek(file.length());
Third One -
FileInputStream fis=new...