You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Jean-Pierre Portier (JIRA)" <ji...@apache.org> on 2017/07/03 12:54:00 UTC

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

Jean-Pierre Portier created IO-543:
--------------------------------------

             Summary: 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)