Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrudolph/fuse4java
FUSE (Filesystem in Userspace) 4 Java
https://github.com/jrudolph/fuse4java
Last synced: 25 days ago
JSON representation
FUSE (Filesystem in Userspace) 4 Java
- Host: GitHub
- URL: https://github.com/jrudolph/fuse4java
- Owner: jrudolph
- Created: 2010-06-01T07:17:51.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-06-01T07:24:29.000Z (over 14 years ago)
- Last Synced: 2023-04-11T05:18:21.568Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 241 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
= FUSE4Java - Filesystem in Userspace for Java =
FUSE4Java is a recent fork of the stalled Fuse4J project by Peter Lavart.
It provides a bit more unified filesystem interface and separated better between
the examples, the core library and native elements. The goal is to make it
much easier for third party to rely on Fuse4Java for own projects.