Closed GoogleCodeExporter closed 9 years ago
Is it possible, you've missed this javadoc/comment on AesZipFileEncrypter?
One instance of this class represents one encrypted ZIP file, that can receive
add() method calls that must be followed by one final call to close() to write
the final archive part and close the output stream.
An alternative to the add() - which can be called multiple times - followed by
a call to close() are the 2 static methods of AesZipFileEncrypter for "single
file" processing.
Original comment by olaf.merkert
on 26 Mar 2012 at 5:19
closed as "NeedInfo" request was not answered
Original comment by olaf.merkert
on 16 Apr 2012 at 8:48
Original issue reported on code.google.com by
k.vilegz...@gmail.com
on 26 Mar 2012 at 3:10