jdk/src/java.base/share/classes/java/util/zip/Inflater.java
changeset 45924 8bbd04c0791e
parent 45434 4582657c7260
child 47004 b7e72fc752c9
equal deleted inserted replaced
45923:00a75e0998d1 45924:8bbd04c0791e
    83     private long bytesWritten;
    83     private long bytesWritten;
    84 
    84 
    85     private static final byte[] defaultBuf = new byte[0];
    85     private static final byte[] defaultBuf = new byte[0];
    86 
    86 
    87     static {
    87     static {
    88         /* Zip library is loaded from System.initializeSystemClass */
    88         ZipUtils.loadLibrary();
    89         initIDs();
    89         initIDs();
    90     }
    90     }
    91 
    91 
    92     /**
    92     /**
    93      * Creates a new decompressor. If the parameter 'nowrap' is true then
    93      * Creates a new decompressor. If the parameter 'nowrap' is true then