有免费的java VFS库吗?
我正在寻找一个免费的java库,它允许我将文件系统的一部分组织为一个物理文件。我已经排除了 Apache VFS,因为我需要一种独特的格式,其他人很难解析它,而不是 zip、tars 等。有没有可用的解决方案? 感谢您的任何建议。
编辑:随机访问内容也是优先的
I'm looking for a free java library which will allow me to organize part of the file system as one physical file. I have ruled out Apache VFS, because I need an unique format which will be hard to parse for someone else, not zips, tars, etc. Is there any solution available?
Thanks for any suggestions.
Edit: random access to the content is also the priority
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
考虑一下 FS2 项目。它是作为对 JSR 170 的简单回应而构建的。该 API 是轻量级的,并且实现自定义持久性机制很容易。
Consider the FS2 project. It was built as a simple answer to JSR 170. The API is lightweight, and implementing a custom persistence mechanism is easy.
我认为这个图书馆很完美
JBOSS VFS3
I think this library is perfect
JBOSS VFS3