Thread
:
Randomly accessing a text file
View Single Post
#
2
(
permalink
)
12-07-2007, 08:20 PM
hardwired
Senior Member
Join Date: Jul 2007
Posts: 1,222
The RandomAccessFile api has methods you can use to access and write to offsets within the file. For example, see
getFilePointer
,
seek
and
writeUTF
.
hardwired
View Public Profile
Send a private message to hardwired
Find all posts by hardwired