You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Bruno P. Kinoshita" <ki...@apache.org> on 2019/03/06 22:10:00 UTC

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


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 component too, as it may help with common issues when preparing a pull request to that component: https://github.com/apache/commons-io/blob/master/CONTRIBUTING.md

Cheers
Bruno




On Thursday, 7 March 2019, 3:51:51 am NZDT, Shashwat Kumar <sh...@gmail.com> wrote: 





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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org