Re: [io] Reading from middle of file using ReversedLinesFileReader

2019-03-06 Thread Bruno P. Kinoshita
Hi Shashwat, I am not aware of other development happening similar to what you described. As you have already some changes, I think you can just prepare a pull request and create a JIRA if you would like to contribute with this new feature. Have a look at the CONTRIBUTING.md file for the IO

Reading from middle of file using ReversedLinesFileReader

2019-03-06 Thread Shashwat Kumar
Hi, I am trying to use org.apache.commons.io.input.ReversedLinesFileReader to read a large file in reverse order. However, it currently does not support reading file from a specific position and always start from the end. I have made the changes to support reading from random seek. Is there any o