append a file to zip using TrueZip

2019-07-21 03:42发布

问题:

I want to use the TrueZip library to append a file to an existing archive (not by unpacking, adding a file and repacking - the new versions are supposed to have this feature), but I find it a bit difficult to understand the API. Can please someone, more knowledgeable than me, suggest how to do this in a few lines?

回答1:

Google is your friend:

  • Appending entries to ZIP files with TrueZIP 7.3


标签: java zip truezip