src/java.base/share/classes/java/util/zip/ZipOutputStream.java
changeset 59201 b24f4caa1411
parent 58242 94bb65cb37d3
equal deleted inserted replaced
59200:a686b67a59d9 59201:b24f4caa1411
    41  * entries.
    41  * entries.
    42  *
    42  *
    43  * @author      David Connelly
    43  * @author      David Connelly
    44  * @since 1.1
    44  * @since 1.1
    45  */
    45  */
    46 public
    46 public class ZipOutputStream extends DeflaterOutputStream implements ZipConstants {
    47 class ZipOutputStream extends DeflaterOutputStream implements ZipConstants {
       
    48 
    47 
    49     /**
    48     /**
    50      * Whether to use ZIP64 for zip files with more than 64k entries.
    49      * Whether to use ZIP64 for zip files with more than 64k entries.
    51      * Until ZIP64 support in zip implementations is ubiquitous, this
    50      * Until ZIP64 support in zip implementations is ubiquitous, this
    52      * system property allows the creation of zip files which can be
    51      * system property allows the creation of zip files which can be