Posted By:
Anonymous
Posted On:
Thursday, May 24, 2001 09:32 AM
Why are you using RandomAccessFile? UNless there are specific reasons (need of a file pointer) I would suggest you to use a Reader, that it's more appropriate.
Can you post the code (please format it using
where you are catching the EOFException ? That's the suggested way to check for the end of file and it normally works.
Regards.