Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个免费的 java 库,它允许我将文件系统的一部分组织为一个物理文件。我已经排除了 Apache VFS,因为我需要一种很难为其他人解析的独特格式,而不是 zip、tars 等。有没有可用的解决方案?感谢您的任何建议。
编辑:随机访问内容也是优先事项
考虑FS2 项目。它是作为对 JSR 170 的简单回答而构建的。API 是轻量级的,并且很容易实现自定义持久性机制。
我认为这个库是完美的 JBOSS VFS3