-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NIO FileSystem support #91
Comments
Hey, @josephsmendoza! I believe it makes sense for jnr-fuse to stay a simple building block which provides java interface on top of fuse.
I think you could try to copy the corresponding files form |
@josephsmendoza You might want to check out our fuse-nio-adapter, adapts jnr-fuse to Java NIO. |
Closing this issue in response to this message |
I was trying to build a filesystem with javafs which is a FUSE Java library that uses Java native FileSystem instead of exposing the FUSE API. I tried using this library because javafs doesn't work on windows, but the API here is too low level for my needs. Any chance of implementing
FileSystem
in this project? If it's not difficult, some pointers on how to get started on that myself would be appreciated as well. Or if it's easier, adding windows support to javafsThe text was updated successfully, but these errors were encountered: