java - Writing a ZIP on the fly? -
at moment tracing load of files come system directory. issue running out of inodes (the number of files can store). "replay" reasons (there other reasons too), files separate files, can't write 1 file.
i wondering whether can replace code write files zip on fly. however, concern - happens if jvm crashes during procesing whatever reason, end corrupt zip file? or there way can ensure zip valid after every "write"?
Comments
Post a Comment