-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b12
GZIPOutputStream.writeTrailer currently calls Deflater.getTotalIn(). writeTrailer should be updated to instead use Deflater.getBytesRead and explicitly handle the conversion to 32-bit.
This is a cleanup in preparation for deprecating Deflater.getTotalIn, seeJDK-8326096
This is a cleanup in preparation for deprecating Deflater.getTotalIn, see
- relates to
-
JDK-8326096 Deprecate getTotalIn, getTotalOut methods of java.util.zip.Inflater, java.util.zip.Deflater
-
- Resolved
-