-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b19
ZipOutputStream defaults to the DEFLATED compression method unless specifically specified by the ZiPEntry being written or by calling ZipOuputStream::setMethod
Most Zip Tools create directory entries using the STORED compression
method which also appears to be more performant.
To encourage the use of STORED compression method for directory entries,
the ZipOutputStream.putNextEntry should be updated with an @apiNote recommending its use.
Most Zip Tools create directory entries using the STORED compression
method which also appears to be more performant.
To encourage the use of STORED compression method for directory entries,
the ZipOutputStream.putNextEntry should be updated with an @apiNote recommending its use.
- csr for
-
JDK-8303925 ZipOutStream::putEntry should include an apiNote to indicate that the STORED compression method should be used when writing directory entries
-
- Closed
-