An example from Google of a custom Java-7 file system provider (Apache
licensed) which may also be useful is at:

https://github.com/google/jimfs

Cheers,

Peter

On 16 March 2017 at 14:12, Matt Sicker <boa...@gmail.com> wrote:
> Ralph has mentioned in the past an idea about rewriting commons-vfs using
> java.nio.file from Java 7. I was playing with this API today attempting to
> abstract some S3 file operations using <
> https://github.com/Upplication/Amazon-S3-FileSystem-NIO2> and found that
> the API is pretty nice. OpenJDK already contains implementations for the
> normal file system and zip files if I recall correctly (so probably also
> jar files).
>
> Anyways, if we were to go forward with starting work on this, should we
> just make a commons-vfs3 branch in the vfs repo? Or does this belong in the
> sandbox?
>
> --
> Matt Sicker <boa...@gmail.com>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to