4

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

glodos
  • 1,203
  • 3
  • 13
  • 21

2 Answers2

0

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.

Robert Christian
  • 18,218
  • 20
  • 74
  • 89
0

I think this library is perfect JBOSS VFS3

maziar
  • 581
  • 3
  • 9