Re: Apache VFS v.s. NIO FileSystem

2020-09-05 Thread Gary Gregory
A start might be to provide some kind of bridge provider for both systems. Gary On Fri, Sep 4, 2020, 12:12 Matt Sicker wrote: > There's been talk about supporting it in the past, but no code yet. I > had looked into that a while back when I was working on a project > using that API, but that ne

Re: Apache VFS v.s. NIO FileSystem

2020-09-04 Thread Xeno Amess
As far as I can see, there be tons of work before we really want to do integration with any existed FileSystem in jdk... For example our file:/ scheme is not quite equal to their... You can test it with a file who contains a space in its file name... I can't even imagine how to fix it (means we hav

Re: Apache VFS v.s. NIO FileSystem

2020-09-04 Thread Matt Sicker
There's been talk about supporting it in the past, but no code yet. I had looked into that a while back when I was working on a project using that API, but that never materialized. On Fri, 4 Sep 2020 at 11:00, David wrote: > > Hello Apache, > > I understand that AVFS had implemented quite a few f

Apache VFS v.s. NIO FileSystem

2020-09-04 Thread David
Hello Apache, I understand that AVFS had implemented quite a few filesystems, but from an architectural view, can someone please provide some insight on how Apache VFS compares to Java NIO FileSystem (Released in JDK 1.7)? Is there any integration between the two? https://docs.oracle.com/javase/7