class com.jcraft.jsch.ChannelSftp$RequestQueue
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.jcraft.jsch.ChannelSftp$RequestQueue
  super_class: java.lang.Object
{
  com.jcraft.jsch.ChannelSftp$RequestQueue$Request[] rrq;
    descriptor: [Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
    flags: (0x0000) 

  int head;
    descriptor: I
    flags: (0x0000) 

  int count;
    descriptor: I
    flags: (0x0000) 

  final com.jcraft.jsch.ChannelSftp this$0;
    descriptor: Lcom/jcraft/jsch/ChannelSftp;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.jcraft.jsch.ChannelSftp, int);
    descriptor: (Lcom/jcraft/jsch/ChannelSftp;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
        start local 2 // int size
         0: .line 1205
            aload 0 /* this */
            aload 1
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue.this$0:Lcom/jcraft/jsch/ChannelSftp;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1203
            aload 0 /* this */
            aconst_null
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
         2: .line 1206
            aload 0 /* this */
            iload 2 /* size */
            anewarray com.jcraft.jsch.ChannelSftp$RequestQueue$Request
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
         3: .line 1207
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 1208
      StackMap locals: com.jcraft.jsch.ChannelSftp$RequestQueue com.jcraft.jsch.ChannelSftp int int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 3 /* i */
            new com.jcraft.jsch.ChannelSftp$RequestQueue$Request
            dup
            aload 0 /* this */
            invokespecial com.jcraft.jsch.ChannelSftp$RequestQueue$Request.<init>:(Lcom/jcraft/jsch/ChannelSftp$RequestQueue;)V
            aastore
         6: .line 1207
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            arraylength
            if_icmplt 5
        end local 3 // int i
         8: .line 1210
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.ChannelSftp$RequestQueue.init:()V
         9: .line 1211
            return
        end local 2 // int size
        end local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            0   10     2  size  I
            4    8     3     i  I
    MethodParameters:
        Name  Flags
      this$0  final
      size    

  void init();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
         0: .line 1214
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue.count:I
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue.head:I
         1: .line 1215
            return
        end local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/jcraft/jsch/ChannelSftp$RequestQueue;

  void add(int, long, int);
    descriptor: (IJI)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
        start local 1 // int id
        start local 2 // long offset
        start local 4 // int length
         0: .line 1218
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.count:I
            ifne 1
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue.head:I
         1: .line 1219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.head:I
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.count:I
            iadd
            istore 5 /* tail */
        start local 5 // int tail
         2: .line 1220
            iload 5 /* tail */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            arraylength
            if_icmplt 3
            iload 5 /* tail */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            arraylength
            isub
            istore 5 /* tail */
         3: .line 1221
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 5 /* tail */
            aaload
            iload 1 /* id */
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.id:I
         4: .line 1222
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 5 /* tail */
            aaload
            lload 2 /* offset */
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.offset:J
         5: .line 1223
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 5 /* tail */
            aaload
            iload 4 /* length */
            i2l
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.length:J
         6: .line 1224
            aload 0 /* this */
            dup
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.count:I
            iconst_1
            iadd
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue.count:I
         7: .line 1225
            return
        end local 5 // int tail
        end local 4 // int length
        end local 2 // long offset
        end local 1 // int id
        end local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            0    8     1      id  I
            0    8     2  offset  J
            0    8     4  length  I
            2    8     5    tail  I
    MethodParameters:
        Name  Flags
      id      
      offset  
      length  

  com.jcraft.jsch.ChannelSftp$RequestQueue$Request get(int);
    descriptor: (I)Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
        start local 1 // int id
         0: .line 1228
            aload 0 /* this */
            dup
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.count:I
            iconst_1
            isub
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue.count:I
         1: .line 1229
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.head:I
            istore 2 /* i */
        start local 2 // int i
         2: .line 1230
            aload 0 /* this */
            dup
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.head:I
            iconst_1
            iadd
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue.head:I
         3: .line 1231
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.head:I
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            arraylength
            if_icmpne 4
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue.head:I
         4: .line 1232
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 2 /* i */
            aaload
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.id:I
            iload 1 /* id */
            if_icmpeq 20
         5: .line 1233
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.ChannelSftp$RequestQueue.getOffset:()J
            lstore 3 /* offset */
        start local 3 // long offset
         6: .line 1234
            iconst_0
            istore 5 /* find */
        start local 5 // boolean find
         7: .line 1235
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         8: goto 14
         9: .line 1236
      StackMap locals: long int int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 6 /* j */
            aaload
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.id:I
            iload 1 /* id */
            if_icmpne 13
        10: .line 1237
            iconst_1
            istore 5 /* find */
        11: .line 1238
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 6 /* j */
            aaload
            iconst_0
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.id:I
        12: .line 1239
            goto 15
        13: .line 1235
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* j */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            arraylength
            if_icmplt 9
        end local 6 // int j
        15: .line 1242
      StackMap locals:
      StackMap stack:
            iload 5 /* find */
            ifeq 17
        16: .line 1243
            new com.jcraft.jsch.ChannelSftp$RequestQueue$OutOfOrderException
            dup
            aload 0 /* this */
            lload 3 /* offset */
            invokespecial com.jcraft.jsch.ChannelSftp$RequestQueue$OutOfOrderException.<init>:(Lcom/jcraft/jsch/ChannelSftp$RequestQueue;J)V
            athrow
        17: .line 1244
      StackMap locals:
      StackMap stack:
            new com.jcraft.jsch.SftpException
            dup
            iconst_4
        18: .line 1245
            new java.lang.StringBuilder
            dup
            ldc "RequestQueue: unknown request id "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        19: .line 1244
            invokespecial com.jcraft.jsch.SftpException.<init>:(ILjava/lang/String;)V
            athrow
        end local 5 // boolean find
        end local 3 // long offset
        20: .line 1247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 2 /* i */
            aaload
            iconst_0
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.id:I
        21: .line 1248
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 2 /* i */
            aaload
            areturn
        end local 2 // int i
        end local 1 // int id
        end local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            0   22     1      id  I
            2   22     2       i  I
            6   20     3  offset  J
            7   20     5    find  Z
            8   15     6       j  I
    Exceptions:
      throws com.jcraft.jsch.ChannelSftp$RequestQueue$OutOfOrderException, com.jcraft.jsch.SftpException
    MethodParameters:
      Name  Flags
      id    

  int count();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
         0: .line 1252
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.count:I
            ireturn
        end local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/ChannelSftp$RequestQueue;

  int size();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
         0: .line 1256
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            arraylength
            ireturn
        end local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/ChannelSftp$RequestQueue;

  void cancel(com.jcraft.jsch.ChannelSftp$Header, com.jcraft.jsch.Buffer);
    descriptor: (Lcom/jcraft/jsch/ChannelSftp$Header;Lcom/jcraft/jsch/Buffer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
        start local 1 // com.jcraft.jsch.ChannelSftp$Header header
        start local 2 // com.jcraft.jsch.Buffer buf
         0: .line 1260
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.count:I
            istore 3 /* _count */
        start local 3 // int _count
         1: .line 1261
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 14
         3: .line 1262
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.this$0:Lcom/jcraft/jsch/ChannelSftp;
            aload 2 /* buf */
            aload 1 /* header */
            invokevirtual com.jcraft.jsch.ChannelSftp.header:(Lcom/jcraft/jsch/Buffer;Lcom/jcraft/jsch/ChannelSftp$Header;)Lcom/jcraft/jsch/ChannelSftp$Header;
            astore 1 /* header */
         4: .line 1263
            aload 1 /* header */
            getfield com.jcraft.jsch.ChannelSftp$Header.length:I
            istore 5 /* length */
        start local 5 // int length
         5: .line 1264
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         6: goto 11
         7: .line 1265
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 6 /* j */
            aaload
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.id:I
            aload 1 /* header */
            getfield com.jcraft.jsch.ChannelSftp$Header.rid:I
            if_icmpne 10
         8: .line 1266
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 6 /* j */
            aaload
            iconst_0
            putfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.id:I
         9: .line 1267
            goto 12
        10: .line 1264
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* j */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            arraylength
            if_icmplt 7
        end local 6 // int j
        12: .line 1270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.this$0:Lcom/jcraft/jsch/ChannelSftp;
            iload 5 /* length */
            i2l
            invokevirtual com.jcraft.jsch.ChannelSftp.skip:(J)V
        end local 5 // int length
        13: .line 1261
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 4 /* i */
            iload 3 /* _count */
            if_icmplt 3
        end local 4 // int i
        15: .line 1272
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.ChannelSftp$RequestQueue.init:()V
        16: .line 1273
            return
        end local 3 // int _count
        end local 2 // com.jcraft.jsch.Buffer buf
        end local 1 // com.jcraft.jsch.ChannelSftp$Header header
        end local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            0   17     1  header  Lcom/jcraft/jsch/ChannelSftp$Header;
            0   17     2     buf  Lcom/jcraft/jsch/Buffer;
            1   17     3  _count  I
            2   15     4       i  I
            5   13     5  length  I
            6   12     6       j  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      header  
      buf     

  long getOffset();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
         0: .line 1276
            ldc 9223372036854775807
            lstore 1 /* result */
        start local 1 // long result
         1: .line 1278
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 1279
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 3 /* i */
            aaload
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.id:I
            ifne 5
         4: .line 1280
            goto 7
         5: .line 1281
      StackMap locals:
      StackMap stack:
            lload 1 /* result */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 3 /* i */
            aaload
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.offset:J
            lcmp
            ifle 7
         6: .line 1282
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            iload 3 /* i */
            aaload
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.offset:J
            lstore 1 /* result */
         7: .line 1278
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue.rrq:[Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            arraylength
            if_icmplt 3
        end local 3 // int i
         9: .line 1285
            lload 1 /* result */
            lreturn
        end local 1 // long result
        end local 0 // com.jcraft.jsch.ChannelSftp$RequestQueue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            1   10     1  result  J
            2    9     3       i  I
}
SourceFile: "ChannelSftp.java"
NestHost: com.jcraft.jsch.ChannelSftp
InnerClasses:
  Header = com.jcraft.jsch.ChannelSftp$Header of com.jcraft.jsch.ChannelSftp
  private RequestQueue = com.jcraft.jsch.ChannelSftp$RequestQueue of com.jcraft.jsch.ChannelSftp
  OutOfOrderException = com.jcraft.jsch.ChannelSftp$RequestQueue$OutOfOrderException of com.jcraft.jsch.ChannelSftp$RequestQueue
  Request = com.jcraft.jsch.ChannelSftp$RequestQueue$Request of com.jcraft.jsch.ChannelSftp$RequestQueue