I’m using the BufferedReader class to search an occurrence in a large file by reading it line by line.
How can I get the current position when the occurrence is found ?
Then, how can I read in reverse the file starting at that position ?
I really searched on the net for a consistent solution but haven’t found.
1 Answer