firemonk9 / winzipaes

Automatically exported from code.google.com/p/winzipaes
0 stars 0 forks source link

Please make ExtZipOutputStream extend java.util.zip.ZipOutputStream #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm writing an ant task to wrap winzipaes (which I'll gladly contribute if you 
want the code) and having ExtZipOutputStream extend 
java.util.zip.ZipOutputStream would be very helpful.

Original issue reported on code.google.com by schultz....@gmail.com on 21 Aug 2012 at 7:42

GoogleCodeExporter commented 9 years ago
I didn't realize that Apache Ant doesn't use java.util.zip.ZipOutputStream: 
they use their own implementation internally. :(

I still think this isn't a bad enhancement request, though it will no longer 
help my implement an ant task.

Original comment by schultz....@gmail.com on 21 Aug 2012 at 7:54

GoogleCodeExporter commented 9 years ago
As we currently don't "have a case", I prefer to keep the code unchanged until 
we can make an argument for extending java.util.ZipOutputStream.

Original comment by olaf.merkert on 25 Aug 2012 at 6:00