简体   繁体   中英

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. I have , 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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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