Open GoogleCodeExporter opened 9 years ago
Original comment by chrisisbeef
on 20 Nov 2010 at 9:08
Hi there,
wonderful work there.. was just experimenting with it and observed that it does
not read the last line of the file. in my case, i had just given number of
characters alone as a constraint ( number of lines doesn matter). lines 57-59
in BoundedBufferedReader.java need some tweaking to return the last line and
return null thereafter(in the next iteration of readline).
Thanks again for the good work. It saved me a lot of time.
Cheers.
Original comment by santoste...@gmail.com
on 10 Jan 2012 at 3:24
Thanks for the bug report, and I'm glad you found the class useful. I've
updated the class to resolve the issue you described. I have put the project
on github, so the latest version can be found at
https://github.com/seantmalone/BoundedBufferedReader.
Please feel free to file an issue on github if there are any other problems,
and I'll do my best to address them.
Original comment by seantmalone
on 10 Jan 2012 at 9:32
Original issue reported on code.google.com by
seantmalone
on 11 Nov 2010 at 5:08Attachments: