Request for Discussion: 8253952: Work around wrong usage of ZipOutputStream.putNextEntry() in user code

Alan Bateman Alan.Bateman at oracle.com
Wed Oct 7 15:11:53 UTC 2020


On 06/10/2020 15:44, Volker Simonis wrote:
> :
> Sorry, maybe I'm missing something, but I can't find a single
> reference to neither ZipOutput- nor ZipInputStream in the ZipEntry
> class.
>
I should have been clearer. If the method is on ZOS then you have the 
receiver and the ZipEntry parameter. If you are exploring methods on 
ZipEntry then you have the receiver and the ZOS parameter.

-Alan


More information about the core-libs-dev mailing list