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/docs/api/java/nio/file/FileSystem.html Thanks.