Closed GoogleCodeExporter closed 9 years ago
Unfortunately, all of today's add() variants depend on the "load the file in
memory" to employ the standard java DeflaterOutputStream.
Please have a look at the comment to the addAll() method. There it says: "While
the add(File, String) method does not need an additional zip file, this method
comes in handy, when your input data is larger then your available memory."
The "trick" with the addAll() method is, that it requires you to take care of
the zipping (normally tmp-file based) and provide already zipped input, so the
winzipaes lib only has to do the encryption - which can be done streambased.
Original comment by olaf.merkert
on 28 Nov 2010 at 1:05
Original issue reported on code.google.com by
jean.fra...@gmail.com
on 24 Nov 2010 at 4:40