by Gordon Beaton <n.o.t@[EMAIL PROTECTED]
>
Apr 22, 2008 at 11:54 AM
On Tue, 22 Apr 2008 08:13:36 -0400, RC wrote:
> I want to do some lseek/seek (like C) first, then it "tell (like C)"
> the position. Then I write in somewhere in myfile
java.io.RandomAccessFile has what you're looking for.
/gordon
--