dukes
July 23rd, 2007, 03:52 AM
Hi im having some frustrating problems with writing to a file.
what im trying to do is write some formatted data to a file then do some calculations before adding more data to the file. the calculations are not small so its not the best idea to keep the file open in the background like the way RandomAccessFile works. i can get it to write 1 line or a 2nd line that overwrites the 1st. i cant seem to get to add more to the file though.
any help would be greatly apreciated
what im trying to do is write some formatted data to a file then do some calculations before adding more data to the file. the calculations are not small so its not the best idea to keep the file open in the background like the way RandomAccessFile works. i can get it to write 1 line or a 2nd line that overwrites the 1st. i cant seem to get to add more to the file though.
any help would be greatly apreciated