jdk/src/java.base/share/classes/java/util/zip/Deflater.java
changeset 45924 8bbd04c0791e
parent 45434 4582657c7260
child 47004 b7e72fc752c9
equal deleted inserted replaced
45923:00a75e0998d1 45924:8bbd04c0791e
   152      * @since 1.7
   152      * @since 1.7
   153      */
   153      */
   154     public static final int FULL_FLUSH = 3;
   154     public static final int FULL_FLUSH = 3;
   155 
   155 
   156     static {
   156     static {
   157         /* Zip library is loaded from System.initializeSystemClass */
   157         ZipUtils.loadLibrary();
   158         initIDs();
   158         initIDs();
   159     }
   159     }
   160 
   160 
   161     /**
   161     /**
   162      * Creates a new compressor using the specified compression level.
   162      * Creates a new compressor using the specified compression level.