How can I seek into a text file in Java? I'm processing a text-based journal file, and would like to checkpoint my work so that it can be resumed by a future invocation of my program.
I'm looking for something similar to C stdio fseek()/ftell() functionality.