jdk/src/java.base/share/classes/java/util/zip
Jesper Wilhelmsson 7039c6616a Merge
2022-06-20 19:38:49 +00:00
..
Adler32.java 8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base 2021-07-13 02:23:16 +00:00
CheckedInputStream.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
CheckedOutputStream.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
Checksum.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CRC32.java 8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base 2021-07-13 02:23:16 +00:00
CRC32C.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
DataFormatException.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
Deflater.java 8278794: Infinite loop in DeflaterOutputStream.finish() 2022-03-18 15:31:30 +00:00
DeflaterInputStream.java 8276806: Use Objects.checkFromIndexSize where possible in java.base 2021-12-02 20:00:49 +00:00
DeflaterOutputStream.java 8278794: Infinite loop in DeflaterOutputStream.finish() 2022-03-18 15:31:30 +00:00
GZIPInputStream.java 8265496: improve null check in DeflaterOutputStream/InflaterInputStream 2021-04-27 01:06:56 +00:00
GZIPOutputStream.java 8193682: Infinite loop in ZipOutputStream.close() 2021-12-01 15:35:00 +00:00
Inflater.java 8231490: Ugly racy writes to ZipUtils.defaultBuf 2021-11-08 19:57:44 +00:00
InflaterInputStream.java 8286559: Re-examine synchronization of mark and reset methods on InflaterInputStream 2022-05-14 03:21:01 +00:00
InflaterOutputStream.java 8276806: Use Objects.checkFromIndexSize where possible in java.base 2021-12-02 20:00:49 +00:00
package-info.java 8288527: broken link in java.base/java/util/zip/package-summary.html 2022-06-20 17:32:31 +00:00
ZipCoder.java 8260617: Merge ZipFile encoding check with the initial hash calculation 2021-02-03 11:43:17 +00:00
ZipConstants.java 8251205: Add missing javadoc comments to ZipConstants.java 2020-08-11 15:41:47 -04:00
ZipConstants64.java 8203328: Rename EFS in java.util.zip internals to something meaningful 2018-05-23 10:34:18 -07:00
ZipEntry.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
ZipError.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
ZipException.java 8255989: Remove explicitly unascribed authorship from Java source files 2020-11-07 12:11:43 +00:00
ZipFile.java 8287285: Avoid redundant HashMap.containsKey call in java.util.zip.ZipFile.Source.get 2022-05-26 20:32:56 +00:00
ZipInputStream.java 8276806: Use Objects.checkFromIndexSize where possible in java.base 2021-12-02 20:00:49 +00:00
ZipOutputStream.java 6725221: Standardize obtaining boolean properties with defaults 2022-05-24 18:16:07 +00:00
ZipUtils.java 8285519: Change usages of TimeUnit.convert to TimeUnit.toXXX 2022-06-16 17:29:49 +00:00