Simple implementation of the memory filesystem for the Java 7 NIO Filesystem API
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Implemented more operations (move, copy, delete) using Scala STM to support atomic operations.
97664c3View on GitHubjava.nio.file.Path implementation done. Started implementing basic filesystem operations.
1b0e1eeView on GitHubFileData and FileDataSeekableByteChannel fully implemented.
7a4a1d1View on GitHubStarted implementing SeekableByteChannel. Refactorings to the tree and data classes.
d50855eView on GitHub