View Single Post
  #2 (permalink)  
Old 12-07-2007, 08:20 PM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
The RandomAccessFile api has methods you can use to access and write to offsets within the file. For example, see getFilePointer, seek and writeUTF.
Reply With Quote