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
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