mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8325304: Several classes in java.util.jar and java.util.zip don't specify the behaviour for null arguments
Reviewed-by: lancea, alanb
This commit is contained in:
parent
9cccf0515e
commit
1fb9e3d674
14 changed files with 57 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1996, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -44,6 +44,10 @@ import static java.util.zip.ZipUtils.NIO_ACCESS;
|
|||
* the <a href="package-summary.html#package-description">java.util.zip
|
||||
* package description</a>.
|
||||
* <p>
|
||||
* Unless otherwise noted, passing a {@code null} argument to a constructor
|
||||
* or method in this class will cause a {@link NullPointerException} to be
|
||||
* thrown.
|
||||
* <p>
|
||||
* This class inflates sequences of ZLIB compressed bytes. The input byte
|
||||
* sequence is provided in either byte array or byte buffer, via one of the
|
||||
* {@code setInput()} methods. The output byte sequence is written to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue