Re: [io] NIO2 and non-default file system support

2019-05-16 Thread Gary Gregory
pers List > > Subject: Re: [io] NIO2 and non-default file system support > > > > Thanks, Gary! > > > > On Thu, 16 May 2019 at 05:37, Gary Gregory > wrote: > > > > > > The one patch has been merged. > > > > > > Gary > > >

Re: [io] NIO2 and non-default file system support

2019-05-16 Thread Matt Sicker
ighest value is. Are there any existing JIRA issues that come to mind? > > Regards, > Mark > > > -Original Message- > > From: Matt Sicker > > Sent: Thursday, May 16, 2019 8:22 AM > > To: Commons Developers List > > Subject: Re: [io] NIO2 an

RE: [io] NIO2 and non-default file system support

2019-05-16 Thread Chesney, Mark
> Sent: Thursday, May 16, 2019 8:22 AM > To: Commons Developers List > Subject: Re: [io] NIO2 and non-default file system support > > Thanks, Gary! > > On Thu, 16 May 2019 at 05:37, Gary Gregory wrote: > > > > The one patch has been merged. > > > > Gary >

Re: [io] NIO2 and non-default file system support

2019-05-16 Thread Matt Sicker
Thanks, Gary! On Thu, 16 May 2019 at 05:37, Gary Gregory wrote: > > The one patch has been merged. > > Gary > > On Thu, May 16, 2019, 02:03 Matt Sicker wrote: > > > I’ve been interested in seeing IO be updated to include support for using > > Path instead of just File. I can review your PR this

Re: [io] NIO2 and non-default file system support

2019-05-16 Thread Gary Gregory
The one patch has been merged. Gary On Thu, May 16, 2019, 02:03 Matt Sicker wrote: > I’ve been interested in seeing IO be updated to include support for using > Path instead of just File. I can review your PR this week, though I’m > certainly not the only one who can. > > On Tue, May 14, 2019

Re: [io] NIO2 and non-default file system support

2019-05-16 Thread Matt Sicker
I’ve been interested in seeing IO be updated to include support for using Path instead of just File. I can review your PR this week, though I’m certainly not the only one who can. On Tue, May 14, 2019 at 13:19, Chesney, Mark wrote: > Hello, > > Awhile back I ran into a situation where I needed

[io] NIO2 and non-default file system support

2019-05-14 Thread Chesney, Mark
Hello, Awhile back I ran into a situation where I needed to read the lines of a file that might be on a non-default file system, like an in-memory file system, on Java 7+. I looked to the commons-io ReversedLinesFileReader, but it only works with java.io.File files which are always on the