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 other development happening for this change? If not shall I go ahead with submitting the PR? -- Regards Shashwat Kumar