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 ...
2
votes
1answer
62 views
BufferedInputStream not working with random seeks in file
The write procedure to my file was as follows (in the mode which I call non-clustered)
Write an object to the current position of the file. Note the position of write in another file (called ...