class org.apache.tools.zip.ZipFile$BoundedInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.tools.zip.ZipFile$BoundedInputStream
  super_class: java.io.InputStream
{
  private long remaining;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

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

  final org.apache.tools.zip.ZipFile this$0;
    descriptor: Lorg/apache/tools/zip/ZipFile;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.tools.zip.ZipFile, long, long);
    descriptor: (Lorg/apache/tools/zip/ZipFile;JJ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.apache.tools.zip.ZipFile$BoundedInputStream this
        start local 2 // long start
        start local 4 // long remaining
         0: .line 922
            aload 0 /* this */
            aload 1
            putfield org.apache.tools.zip.ZipFile$BoundedInputStream.this$0:Lorg/apache/tools/zip/ZipFile;
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 920
            aload 0 /* this */
            iconst_0
            putfield org.apache.tools.zip.ZipFile$BoundedInputStream.addDummyByte:Z
         2: .line 923
            aload 0 /* this */
            lload 4 /* remaining */
            putfield org.apache.tools.zip.ZipFile$BoundedInputStream.remaining:J
         3: .line 924
            aload 0 /* this */
            lload 2 /* start */
            putfield org.apache.tools.zip.ZipFile$BoundedInputStream.loc:J
         4: .line 925
            return
        end local 4 // long remaining
        end local 2 // long start
        end local 0 // org.apache.tools.zip.ZipFile$BoundedInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/apache/tools/zip/ZipFile$BoundedInputStream;
            0    5     2      start  J
            0    5     4  remaining  J
    MethodParameters:
           Name  Flags
      this$0     final
      start      final
      remaining  final

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // org.apache.tools.zip.ZipFile$BoundedInputStream this
         0: .line 929
            aload 0 /* this */
            dup
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.remaining:J
            dup2_x1
            lconst_1
            lsub
            putfield org.apache.tools.zip.ZipFile$BoundedInputStream.remaining:J
            lconst_0
            lcmp
            ifgt 5
         1: .line 930
            aload 0 /* this */
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.addDummyByte:Z
            ifeq 4
         2: .line 931
            aload 0 /* this */
            iconst_0
            putfield org.apache.tools.zip.ZipFile$BoundedInputStream.addDummyByte:Z
         3: .line 932
            iconst_0
            ireturn
         4: .line 934
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         5: .line 936
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.this$0:Lorg/apache/tools/zip/ZipFile;
            getfield org.apache.tools.zip.ZipFile.archive:Ljava/io/RandomAccessFile;
            dup
            astore 1
            monitorenter
         6: .line 937
            aload 0 /* this */
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.this$0:Lorg/apache/tools/zip/ZipFile;
            getfield org.apache.tools.zip.ZipFile.archive:Ljava/io/RandomAccessFile;
            aload 0 /* this */
            dup
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.loc:J
            dup2_x1
            lconst_1
            ladd
            putfield org.apache.tools.zip.ZipFile$BoundedInputStream.loc:J
            invokevirtual java.io.RandomAccessFile.seek:(J)V
         7: .line 938
            aload 0 /* this */
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.this$0:Lorg/apache/tools/zip/ZipFile;
            getfield org.apache.tools.zip.ZipFile.archive:Ljava/io/RandomAccessFile;
            invokevirtual java.io.RandomAccessFile.read:()I
            aload 1
            monitorexit
         8: ireturn
         9: .line 936
      StackMap locals: org.apache.tools.zip.ZipFile$BoundedInputStream java.io.RandomAccessFile
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        10: athrow
        end local 0 // org.apache.tools.zip.ZipFile$BoundedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/apache/tools/zip/ZipFile$BoundedInputStream;
      Exception table:
        from    to  target  type
           6     8       9  any
           9    10       9  any
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.apache.tools.zip.ZipFile$BoundedInputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 944
            aload 0 /* this */
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.remaining:J
            lconst_0
            lcmp
            ifgt 6
         1: .line 945
            aload 0 /* this */
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.addDummyByte:Z
            ifeq 5
         2: .line 946
            aload 0 /* this */
            iconst_0
            putfield org.apache.tools.zip.ZipFile$BoundedInputStream.addDummyByte:Z
         3: .line 947
            aload 1 /* b */
            iload 2 /* off */
            iconst_0
            bastore
         4: .line 948
            iconst_1
            ireturn
         5: .line 950
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         6: .line 953
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifgt 8
         7: .line 954
            iconst_0
            ireturn
         8: .line 957
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            i2l
            aload 0 /* this */
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.remaining:J
            lcmp
            ifle 10
         9: .line 958
            aload 0 /* this */
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.remaining:J
            l2i
            istore 3 /* len */
        10: .line 961
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.this$0:Lorg/apache/tools/zip/ZipFile;
            getfield org.apache.tools.zip.ZipFile.archive:Ljava/io/RandomAccessFile;
            dup
            astore 5
            monitorenter
        11: .line 962
            aload 0 /* this */
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.this$0:Lorg/apache/tools/zip/ZipFile;
            getfield org.apache.tools.zip.ZipFile.archive:Ljava/io/RandomAccessFile;
            aload 0 /* this */
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.loc:J
            invokevirtual java.io.RandomAccessFile.seek:(J)V
        12: .line 963
            aload 0 /* this */
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.this$0:Lorg/apache/tools/zip/ZipFile;
            getfield org.apache.tools.zip.ZipFile.archive:Ljava/io/RandomAccessFile;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.RandomAccessFile.read:([BII)I
            istore 4 /* ret */
        start local 4 // int ret
        13: .line 961
            aload 5
            monitorexit
        14: goto 17
        end local 4 // int ret
      StackMap locals: org.apache.tools.zip.ZipFile$BoundedInputStream byte[] int int top java.io.RandomAccessFile
      StackMap stack: java.lang.Throwable
        15: aload 5
            monitorexit
        16: athrow
        start local 4 // int ret
        17: .line 965
      StackMap locals: org.apache.tools.zip.ZipFile$BoundedInputStream byte[] int int int
      StackMap stack:
            iload 4 /* ret */
            ifle 20
        18: .line 966
            aload 0 /* this */
            dup
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.loc:J
            iload 4 /* ret */
            i2l
            ladd
            putfield org.apache.tools.zip.ZipFile$BoundedInputStream.loc:J
        19: .line 967
            aload 0 /* this */
            dup
            getfield org.apache.tools.zip.ZipFile$BoundedInputStream.remaining:J
            iload 4 /* ret */
            i2l
            lsub
            putfield org.apache.tools.zip.ZipFile$BoundedInputStream.remaining:J
        20: .line 969
      StackMap locals:
      StackMap stack:
            iload 4 /* ret */
            ireturn
        end local 4 // int ret
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.apache.tools.zip.ZipFile$BoundedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lorg/apache/tools/zip/ZipFile$BoundedInputStream;
            0   21     1     b  [B
            0   21     2   off  I
            0   21     3   len  I
           13   15     4   ret  I
           17   21     4   ret  I
      Exception table:
        from    to  target  type
          11    14      15  any
          15    16      15  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final
      off   final
      len   

  void addDummy();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.tools.zip.ZipFile$BoundedInputStream this
         0: .line 977
            aload 0 /* this */
            iconst_1
            putfield org.apache.tools.zip.ZipFile$BoundedInputStream.addDummyByte:Z
         1: .line 978
            return
        end local 0 // org.apache.tools.zip.ZipFile$BoundedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/tools/zip/ZipFile$BoundedInputStream;
}
SourceFile: "ZipFile.java"
NestHost: org.apache.tools.zip.ZipFile
InnerClasses:
  private BoundedInputStream = org.apache.tools.zip.ZipFile$BoundedInputStream of org.apache.tools.zip.ZipFile