jdk/src/java.base/share/classes/java/util/zip
2024-02-02 20:20:36 +00:00
..
Adler32.java 8302664: Fix several incorrect usages of Preconditions.checkFromIndexSize 2023-02-18 00:48:29 +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 8302664: Fix several incorrect usages of Preconditions.checkFromIndexSize 2023-02-18 00:48:29 +00:00
CRC32C.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
DataFormatException.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
Deflater.java 8302664: Fix several incorrect usages of Preconditions.checkFromIndexSize 2023-02-18 00:48:29 +00:00
DeflaterInputStream.java 8276806: Use Objects.checkFromIndexSize where possible in java.base 2021-12-02 20:00:49 +00:00
DeflaterOutputStream.java 8313739: ZipOutputStream.close() should always close the wrapped stream 2024-02-02 20:20:36 +00:00
GZIPInputStream.java 8282648: Weaken the InflaterInputStream specification in order to allow faster Zip implementations 2022-09-05 12:50:52 +00:00
GZIPOutputStream.java 8193682: Infinite loop in ZipOutputStream.close() 2021-12-01 15:35:00 +00:00
Inflater.java 8302664: Fix several incorrect usages of Preconditions.checkFromIndexSize 2023-02-18 00:48:29 +00:00
InflaterInputStream.java 8292427: Improve specification of InflaterInputStream.fill() 2022-11-03 17:02:33 +00:00
InflaterOutputStream.java 8276806: Use Objects.checkFromIndexSize where possible in java.base 2021-12-02 20:00:49 +00:00
package-info.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
ZipCoder.java 8301873: Avoid string decoding in ZipFile.Source.getEntryPos 2023-02-18 12:39:19 +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 8319626: Override toString() for ZipFile 2024-01-04 17:16:22 +00:00
ZipInputStream.java 8320781: Fix whitespace in j.l.Double and j.u.z.ZipInputStream @snippets 2023-11-28 10:20:11 +00:00
ZipOutputStream.java 8303923: ZipOutStream::putEntry should include an apiNote to indicate that the STORED compression method should be used when writing directory entries 2023-04-12 21:44:21 +00:00
ZipUtils.java 8296024: Usage of DirectBuffer::address should be guarded 2022-12-06 10:42:59 +00:00