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

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -