https://github.com/sshtools/java-nio-commons
A set of common Java NIO implementations for cloud and on-premise storage access.
https://github.com/sshtools/java-nio-commons
Last synced: 6 months ago
JSON representation
A set of common Java NIO implementations for cloud and on-premise storage access.
- Host: GitHub
- URL: https://github.com/sshtools/java-nio-commons
- Owner: sshtools
- License: apache-2.0
- Created: 2023-10-06T10:14:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T14:22:47.000Z (about 2 years ago)
- Last Synced: 2024-06-06T16:04:17.330Z (about 2 years ago)
- Language: Java
- Size: 331 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java NIO Commons
This projects goal is to bring together and provide implementations for a complete set of Java NIO implementations for all cloud-based and on-premise storage access. It is similar to [Commons VFS](https://commons.apache.org/proper/commons-vfs/) in bringing together implementations for different systems, but instead of defining a separate access API, it uses the in-built features of Java's NIO Filesystem.
This is also NOT a Java NIO to Commons VFS bridge. If you need that, look at our other project [VFS2NIO](https://github.com/sshtools/vfs2nio).
## Developers
This project is maintained by the developers of [Jadaptive Limited](https://jadaptive.com). Please use the issue system to request features or report bugs.
## License
This project is licensed under an Apache 2.0 Open Source license.