Hi
The package is java.util.zip interesting but it is impossible to actually use a file without recreating it completely. For example, if you want to add or remove an entry in the zip, when you open a ZipOutputStream, that is your old file is deleted basically can not handle the file structure (primarily addition / removal of entry) without removing the file and recreate that in terms of IO (I am looking for extreme performance) is relatively important especially for relatively large files of several MB. So, basically I want to know that how to compress files in java, or alternatively is there is a good, store for the zip files.
Bookmarks