Thread
:
Randomly accessing a text file
View Single Post
#
1
(
permalink
)
12-07-2007, 03:05 PM
bugger
Senior Member
Join Date: Nov 2007
Posts: 111
Randomly accessing a text file
RandomAccessFile provides useful methods to read a file randomly.
Code:
RandomAccessFile ref = new RandomAccessFile("abc.txt", "r");
I want to write some text at a random position in a file. Which class can provide the required functionality.
Sponsored Links
bugger
View Public Profile
Send a private message to bugger
Find all posts by bugger