You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/09/06 06:08:00 UTC

[jira] [Work logged] (IO-543) ReversedLinesFileReader with 'getFilePointer' and 'seek' API

     [ https://issues.apache.org/jira/browse/IO-543?focusedWorklogId=806259&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-806259 ]

ASF GitHub Bot logged work on IO-543:
-------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Sep/22 06:07
            Start Date: 06/Sep/22 06:07
    Worklog Time Spent: 10m 
      Work Description: Jean-Pierre-Portier closed pull request #39: IO-543-ReversedLinesFileReader-with-RandowFileAccess-API
URL: https://github.com/apache/commons-io/pull/39




Issue Time Tracking
-------------------

    Worklog Id:     (was: 806259)
    Time Spent: 2h 10m  (was: 2h)

> 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
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> 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
(v8.20.10#820010)