public class java.util.zip.Deflater
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.util.zip.Deflater
  super_class: java.lang.Object
{
  private final java.util.zip.ZStreamRef zsRef;
    descriptor: Ljava/util/zip/ZStreamRef;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private byte[] buf;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int off;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int len;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int level;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int strategy;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean setParams;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean finish;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean finished;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private long bytesRead;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long bytesWritten;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public static final int DEFLATED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int NO_COMPRESSION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int BEST_SPEED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int BEST_COMPRESSION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  public static final int DEFAULT_COMPRESSION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int FILTERED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int HUFFMAN_ONLY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int DEFAULT_STRATEGY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int NO_FLUSH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int SYNC_FLUSH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int FULL_FLUSH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 74
            ldc Ljava/util/zip/Deflater;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic java.util.zip.Deflater.$assertionsDisabled:Z
         3: .line 157
            invokestatic java.util.zip.Deflater.initIDs:()V
         4: .line 158
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // java.util.zip.Deflater this
        start local 1 // int level
        start local 2 // boolean nowrap
         0: .line 168
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 77
            aload 0 /* this */
            iconst_0
            newarray 8
            putfield java.util.zip.Deflater.buf:[B
         2: .line 169
            aload 0 /* this */
            iload 1 /* level */
            putfield java.util.zip.Deflater.level:I
         3: .line 170
            aload 0 /* this */
            iconst_0
            putfield java.util.zip.Deflater.strategy:I
         4: .line 171
            aload 0 /* this */
            new java.util.zip.ZStreamRef
            dup
            iload 1 /* level */
            iconst_0
            iload 2 /* nowrap */
            invokestatic java.util.zip.Deflater.init:(IIZ)J
            invokespecial java.util.zip.ZStreamRef.<init>:(J)V
            putfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
         5: .line 172
            return
        end local 2 // boolean nowrap
        end local 1 // int level
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljava/util/zip/Deflater;
            0    6     1   level  I
            0    6     2  nowrap  Z
    MethodParameters:
        Name  Flags
      level   
      nowrap  

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.util.zip.Deflater this
        start local 1 // int level
         0: .line 180
            aload 0 /* this */
            iload 1 /* level */
            iconst_0
            invokespecial java.util.zip.Deflater.<init>:(IZ)V
         1: .line 181
            return
        end local 1 // int level
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/util/zip/Deflater;
            0    2     1  level  I
    MethodParameters:
       Name  Flags
      level  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 188
            aload 0 /* this */
            iconst_m1
            iconst_0
            invokespecial java.util.zip.Deflater.<init>:(IZ)V
         1: .line 189
            return
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/zip/Deflater;

  public void setInput(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // java.util.zip.Deflater this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 200
            aload 1 /* b */
            ifnonnull 2
         1: .line 201
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 203
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            iflt 3
            iload 3 /* len */
            iflt 3
            iload 2 /* off */
            aload 1 /* b */
            arraylength
            iload 3 /* len */
            isub
            if_icmple 4
         3: .line 204
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 4
            monitorenter
         5: .line 207
            aload 0 /* this */
            aload 1 /* b */
            putfield java.util.zip.Deflater.buf:[B
         6: .line 208
            aload 0 /* this */
            iload 2 /* off */
            putfield java.util.zip.Deflater.off:I
         7: .line 209
            aload 0 /* this */
            iload 3 /* len */
            putfield java.util.zip.Deflater.len:I
         8: .line 206
            aload 4
            monitorexit
         9: goto 12
      StackMap locals: java.util.zip.Deflater byte[] int int java.util.zip.ZStreamRef
      StackMap stack: java.lang.Throwable
        10: aload 4
            monitorexit
        11: athrow
        12: .line 211
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljava/util/zip/Deflater;
            0   13     1     b  [B
            0   13     2   off  I
            0   13     3   len  I
      Exception table:
        from    to  target  type
           5     9      10  any
          10    11      10  any
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void setInput(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.util.zip.Deflater this
        start local 1 // byte[] b
         0: .line 220
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual java.util.zip.Deflater.setInput:([BII)V
         1: .line 221
            return
        end local 1 // byte[] b
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/zip/Deflater;
            0    2     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  public void setDictionary(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // java.util.zip.Deflater this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 236
            aload 1 /* b */
            ifnonnull 2
         1: .line 237
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 239
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            iflt 3
            iload 3 /* len */
            iflt 3
            iload 2 /* off */
            aload 1 /* b */
            arraylength
            iload 3 /* len */
            isub
            if_icmple 4
         3: .line 240
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 4
            monitorenter
         5: .line 243
            aload 0 /* this */
            invokevirtual java.util.zip.Deflater.ensureOpen:()V
         6: .line 244
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            invokevirtual java.util.zip.ZStreamRef.address:()J
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokestatic java.util.zip.Deflater.setDictionary:(J[BII)V
         7: .line 242
            aload 4
            monitorexit
         8: goto 11
      StackMap locals: java.util.zip.Deflater byte[] int int java.util.zip.ZStreamRef
      StackMap stack: java.lang.Throwable
         9: aload 4
            monitorexit
        10: athrow
        11: .line 246
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/util/zip/Deflater;
            0   12     1     b  [B
            0   12     2   off  I
            0   12     3   len  I
      Exception table:
        from    to  target  type
           5     8       9  any
           9    10       9  any
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void setDictionary(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.util.zip.Deflater this
        start local 1 // byte[] b
         0: .line 259
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual java.util.zip.Deflater.setDictionary:([BII)V
         1: .line 260
            return
        end local 1 // byte[] b
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/zip/Deflater;
            0    2     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  public void setStrategy(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.util.zip.Deflater this
        start local 1 // int strategy
         0: .line 275
            iload 1 /* strategy */
            tableswitch { // 0 - 2
                    0: 1
                    1: 1
                    2: 1
              default: 2
          }
         1: .line 279
      StackMap locals:
      StackMap stack:
            goto 3
         2: .line 281
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 2
            monitorenter
         4: .line 284
            aload 0 /* this */
            getfield java.util.zip.Deflater.strategy:I
            iload 1 /* strategy */
            if_icmpeq 7
         5: .line 285
            aload 0 /* this */
            iload 1 /* strategy */
            putfield java.util.zip.Deflater.strategy:I
         6: .line 286
            aload 0 /* this */
            iconst_1
            putfield java.util.zip.Deflater.setParams:Z
         7: .line 283
      StackMap locals: java.util.zip.ZStreamRef
      StackMap stack:
            aload 2
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 2
            monitorexit
        10: athrow
        11: .line 289
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int strategy
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Ljava/util/zip/Deflater;
            0   12     1  strategy  I
      Exception table:
        from    to  target  type
           4     8       9  any
           9    10       9  any
    MethodParameters:
          Name  Flags
      strategy  

  public void setLevel(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.util.zip.Deflater this
        start local 1 // int level
         0: .line 303
            iload 1 /* level */
            iflt 1
            iload 1 /* level */
            bipush 9
            if_icmple 3
      StackMap locals:
      StackMap stack:
         1: iload 1 /* level */
            iconst_m1
            if_icmpeq 3
         2: .line 304
            new java.lang.IllegalArgumentException
            dup
            ldc "invalid compression level"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 2
            monitorenter
         4: .line 307
            aload 0 /* this */
            getfield java.util.zip.Deflater.level:I
            iload 1 /* level */
            if_icmpeq 7
         5: .line 308
            aload 0 /* this */
            iload 1 /* level */
            putfield java.util.zip.Deflater.level:I
         6: .line 309
            aload 0 /* this */
            iconst_1
            putfield java.util.zip.Deflater.setParams:Z
         7: .line 306
      StackMap locals: java.util.zip.ZStreamRef
      StackMap stack:
            aload 2
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 2
            monitorexit
        10: athrow
        11: .line 312
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int level
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Ljava/util/zip/Deflater;
            0   12     1  level  I
      Exception table:
        from    to  target  type
           4     8       9  any
           9    10       9  any
    MethodParameters:
       Name  Flags
      level  

  public boolean needsInput();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 321
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 1
            monitorenter
         1: .line 322
            aload 0 /* this */
            getfield java.util.zip.Deflater.len:I
            ifgt 2
            iconst_1
            goto 3
      StackMap locals: java.util.zip.ZStreamRef
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: aload 1
            monitorexit
         4: ireturn
         5: .line 321
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/util/zip/Deflater;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public void finish();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 331
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 1
            monitorenter
         1: .line 332
            aload 0 /* this */
            iconst_1
            putfield java.util.zip.Deflater.finish:Z
         2: .line 331
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: java.util.zip.Deflater java.util.zip.ZStreamRef
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 334
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/util/zip/Deflater;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public boolean finished();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 343
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 1
            monitorenter
         1: .line 344
            aload 0 /* this */
            getfield java.util.zip.Deflater.finished:Z
            aload 1
            monitorexit
         2: ireturn
         3: .line 343
      StackMap locals: java.util.zip.Deflater java.util.zip.ZStreamRef
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/util/zip/Deflater;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public int deflate(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // java.util.zip.Deflater this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 366
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            iconst_0
            invokevirtual java.util.zip.Deflater.deflate:([BIII)I
            ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/zip/Deflater;
            0    1     1     b  [B
            0    1     2   off  I
            0    1     3   len  I
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public int deflate(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.util.zip.Deflater this
        start local 1 // byte[] b
         0: .line 385
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            iconst_0
            invokevirtual java.util.zip.Deflater.deflate:([BIII)I
            ireturn
        end local 1 // byte[] b
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/zip/Deflater;
            0    1     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  public int deflate(byte[], int, int, int);
    descriptor: ([BIII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // java.util.zip.Deflater this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
        start local 4 // int flush
         0: .line 433
            aload 1 /* b */
            ifnonnull 2
         1: .line 434
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 436
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            iflt 3
            iload 3 /* len */
            iflt 3
            iload 2 /* off */
            aload 1 /* b */
            arraylength
            iload 3 /* len */
            isub
            if_icmple 4
         3: .line 437
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 5
            monitorenter
         5: .line 440
            aload 0 /* this */
            invokevirtual java.util.zip.Deflater.ensureOpen:()V
         6: .line 441
            iload 4 /* flush */
            ifeq 8
            iload 4 /* flush */
            iconst_2
            if_icmpeq 8
         7: .line 442
            iload 4 /* flush */
            iconst_3
            if_icmpne 14
         8: .line 443
      StackMap locals: java.util.zip.ZStreamRef
      StackMap stack:
            aload 0 /* this */
            getfield java.util.zip.Deflater.len:I
            istore 6 /* thisLen */
        start local 6 // int thisLen
         9: .line 444
            aload 0 /* this */
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            invokevirtual java.util.zip.ZStreamRef.address:()J
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            iload 4 /* flush */
            invokevirtual java.util.zip.Deflater.deflateBytes:(J[BIII)I
            istore 7 /* n */
        start local 7 // int n
        10: .line 445
            aload 0 /* this */
            dup
            getfield java.util.zip.Deflater.bytesWritten:J
            iload 7 /* n */
            i2l
            ladd
            putfield java.util.zip.Deflater.bytesWritten:J
        11: .line 446
            aload 0 /* this */
            dup
            getfield java.util.zip.Deflater.bytesRead:J
            iload 6 /* thisLen */
            aload 0 /* this */
            getfield java.util.zip.Deflater.len:I
            isub
            i2l
            ladd
            putfield java.util.zip.Deflater.bytesRead:J
        12: .line 447
            iload 7 /* n */
            aload 5
            monitorexit
        13: ireturn
        end local 7 // int n
        end local 6 // int thisLen
        14: .line 449
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        15: .line 439
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 5
            monitorexit
        16: athrow
        end local 4 // int flush
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Ljava/util/zip/Deflater;
            0   17     1        b  [B
            0   17     2      off  I
            0   17     3      len  I
            0   17     4    flush  I
            9   14     6  thisLen  I
           10   14     7        n  I
      Exception table:
        from    to  target  type
           5    13      15  any
          14    16      15  any
    MethodParameters:
       Name  Flags
      b      
      off    
      len    
      flush  

  public int getAdler();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 458
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 1
            monitorenter
         1: .line 459
            aload 0 /* this */
            invokevirtual java.util.zip.Deflater.ensureOpen:()V
         2: .line 460
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            invokevirtual java.util.zip.ZStreamRef.address:()J
            invokestatic java.util.zip.Deflater.getAdler:(J)I
            aload 1
            monitorexit
         3: ireturn
         4: .line 458
      StackMap locals: java.util.zip.Deflater java.util.zip.ZStreamRef
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         5: athrow
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/util/zip/Deflater;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public int getTotalIn();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 474
            aload 0 /* this */
            invokevirtual java.util.zip.Deflater.getBytesRead:()J
            l2i
            ireturn
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/zip/Deflater;

  public long getBytesRead();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 484
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 1
            monitorenter
         1: .line 485
            aload 0 /* this */
            invokevirtual java.util.zip.Deflater.ensureOpen:()V
         2: .line 486
            aload 0 /* this */
            getfield java.util.zip.Deflater.bytesRead:J
            aload 1
            monitorexit
         3: lreturn
         4: .line 484
      StackMap locals: java.util.zip.Deflater java.util.zip.ZStreamRef
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         5: athrow
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/util/zip/Deflater;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public int getTotalOut();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 500
            aload 0 /* this */
            invokevirtual java.util.zip.Deflater.getBytesWritten:()J
            l2i
            ireturn
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/zip/Deflater;

  public long getBytesWritten();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 510
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 1
            monitorenter
         1: .line 511
            aload 0 /* this */
            invokevirtual java.util.zip.Deflater.ensureOpen:()V
         2: .line 512
            aload 0 /* this */
            getfield java.util.zip.Deflater.bytesWritten:J
            aload 1
            monitorexit
         3: lreturn
         4: .line 510
      StackMap locals: java.util.zip.Deflater java.util.zip.ZStreamRef
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         5: athrow
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/util/zip/Deflater;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 521
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 1
            monitorenter
         1: .line 522
            aload 0 /* this */
            invokevirtual java.util.zip.Deflater.ensureOpen:()V
         2: .line 523
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            invokevirtual java.util.zip.ZStreamRef.address:()J
            invokestatic java.util.zip.Deflater.reset:(J)V
         3: .line 524
            aload 0 /* this */
            iconst_0
            putfield java.util.zip.Deflater.finish:Z
         4: .line 525
            aload 0 /* this */
            iconst_0
            putfield java.util.zip.Deflater.finished:Z
         5: .line 526
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield java.util.zip.Deflater.len:I
            putfield java.util.zip.Deflater.off:I
         6: .line 527
            aload 0 /* this */
            aload 0 /* this */
            lconst_0
            dup2_x1
            putfield java.util.zip.Deflater.bytesWritten:J
            putfield java.util.zip.Deflater.bytesRead:J
         7: .line 521
            aload 1
            monitorexit
         8: goto 11
      StackMap locals: java.util.zip.Deflater java.util.zip.ZStreamRef
      StackMap stack: java.lang.Throwable
         9: aload 1
            monitorexit
        10: athrow
        11: .line 529
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/util/zip/Deflater;
      Exception table:
        from    to  target  type
           1     8       9  any
           9    10       9  any

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 539
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            dup
            astore 1
            monitorenter
         1: .line 540
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            invokevirtual java.util.zip.ZStreamRef.address:()J
            lstore 2 /* addr */
        start local 2 // long addr
         2: .line 541
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            invokevirtual java.util.zip.ZStreamRef.clear:()V
         3: .line 542
            lload 2 /* addr */
            lconst_0
            lcmp
            ifeq 6
         4: .line 543
            lload 2 /* addr */
            invokestatic java.util.zip.Deflater.end:(J)V
         5: .line 544
            aload 0 /* this */
            aconst_null
            putfield java.util.zip.Deflater.buf:[B
        end local 2 // long addr
         6: .line 539
      StackMap locals: java.util.zip.ZStreamRef
      StackMap stack:
            aload 1
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        10: .line 547
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljava/util/zip/Deflater;
            2    6     2  addr  J
      Exception table:
        from    to  target  type
           1     7       8  any
           8     9       8  any

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 553
            aload 0 /* this */
            invokevirtual java.util.zip.Deflater.end:()V
         1: .line 554
            return
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/zip/Deflater;

  private void ensureOpen();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.util.zip.Deflater this
         0: .line 557
            getstatic java.util.zip.Deflater.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.zip.Deflater.zsRef:Ljava/util/zip/ZStreamRef;
            invokevirtual java.util.zip.ZStreamRef.address:()J
            lconst_0
            lcmp
            ifne 3
         2: .line 559
            new java.lang.NullPointerException
            dup
            ldc "Deflater has been closed"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 560
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.util.zip.Deflater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/util/zip/Deflater;

  private static native void initIDs();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  private static native long init(int, int, boolean);
    descriptor: (IIZ)J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
          Name  Flags
      level     
      strategy  
      nowrap    

  private static native void setDictionary(long, byte[], int, int);
    descriptor: (J[BII)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      addr  
      b     
      off   
      len   

  private native int deflateBytes(long, byte[], int, int, int);
    descriptor: (J[BIII)I
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
       Name  Flags
      addr   
      b      
      off    
      len    
      flush  

  private static native int getAdler(long);
    descriptor: (J)I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      addr  

  private static native void reset(long);
    descriptor: (J)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      addr  

  private static native void end(long);
    descriptor: (J)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      addr  
}
SourceFile: "Deflater.java"