简体   繁体   English

任何免费的Java VFS库?

[英]Any free java VFS library?

I'm looking for a free java library which will allow me to organize part of the file system as one physical file. 我正在寻找一个免费的java库,它允许我将部分文件系统组织为一个物理文件。 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? 我已经排除了Apache VFS ,因为我需要一种独特的格式,很难为别人解析,而不是拉链,焦油等。有没有可用的解决方案? Thanks for any suggestions. 谢谢你的任何建议。

Edit: random access to the content is also the priority 编辑:随机访问内容也是优先事项

Consider the FS2 project . 考虑FS2项目 It was built as a simple answer to JSR 170. The API is lightweight, and implementing a custom persistence mechanism is easy. 它是作为JSR 170的简单答案构建的.API是轻量级的,并且实现自定义持久性机制很容易。

我认为这个库是完美的JBOSS VFS3

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM