[
https://issues.apache.org/jira/browse/IO-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16072465#comment-16072465
]
ASF GitHub Bot commented on IO-543:
-----------------------------------
GitHub user JeanPierrePortier opened a pull request:
https://github.com/apache/commons-io/pull/39
IO-543-ReversedLinesFileReader-with-RandowFileAccess-API
pull request for ticket: https://issues.apache.org/jira/browse/IO-543
- Added getFilePointer and seek API to ReversedLinesFileReader
- Added new JUnit tests (ReversedLinesFileReaderTestRandomAccess)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JeanPierrePortier/commons-io
IO-543-ReversedLinesFileReader-with-RandowFileAccess-API
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-io/pull/39.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #39
----
commit a5bc2f8ade9ac5a13e929bf329b8056afecc1124
Author: =JeanPierrePortier <[email protected]>
Date: 2017-07-03T13:11:12Z
Added getFilePointer and seek API to ReversedLinesFileReader
Added new JUnit tests (ReversedLinesFileReaderTestRandomAccess)
----
> ReversedLinesFileReader with 'getFilePointer' and 'seek' API
> ------------------------------------------------------------
>
> Key: IO-543
> URL: https://issues.apache.org/jira/browse/IO-543
> Project: Commons IO
> Issue Type: Improvement
> Affects Versions: 2.6
> Reporter: Jean-Pierre Portier
> Priority: Minor
>
> Adding API to get/set current file pointer position for
> org.apache.commons.io.input.ReversedLinesFileReader class:
> - long getFilePointer()
> - void seek(long pos)
> (they act like java.io.RandomAccessFile API class)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)