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 2018/06/01 01:17:00 UTC

[jira] [Commented] (IO-578) Support java.nio.Path and non-default filesystems for ReversedLinesFileReader

    [ https://issues.apache.org/jira/browse/IO-578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16497444#comment-16497444 ] 

ASF GitHub Bot commented on IO-578:
-----------------------------------

GitHub user mches opened a pull request:

    https://github.com/apache/commons-io/pull/62

    IO-578: Support java.nio.Path and non-default filesystems for ReversedLinesFileReader

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/NSIT/commons-io IO-578-ReversedLinesFileReader

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-io/pull/62.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 #62
    
----
commit 8108b20bfe23fcf161a6284ef398932f19d0ed82
Author: Mark Chesney <ma...@...>
Date:   2018-06-01T01:09:18Z

    IO-578: Support java.nio.Path and non-default filesystems for ReversedLinesFileReader

----


> Support java.nio.Path and non-default filesystems for ReversedLinesFileReader
> -----------------------------------------------------------------------------
>
>                 Key: IO-578
>                 URL: https://issues.apache.org/jira/browse/IO-578
>             Project: Commons IO
>          Issue Type: Improvement
>          Components: Utilities
>    Affects Versions: 2.6
>            Reporter: Mark Chesney
>            Priority: Major
>             Fix For: 2.7
>
>
> Non-default filesystems can be supported by preferring {{java.nio.file.Path}} and {{java.nio.channels.SeekableByteChannel}} to {{java.io.File}} and {{java.io.RandomAccessFile}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)