Tagged Questions
3
votes
12answers
14k views
Java BufferedReader back to the top of a text file?
I currently have 2 BufferedReaders initialize on the same text file. When I'm done reading the reading the text file with the first BufferedReader, I use the second one to make another pass thru the ...