class com.jcraft.jsch.ChannelSftp$2 extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.jcraft.jsch.ChannelSftp$2
  super_class: java.io.InputStream
{
  long offset;
    descriptor: J
    flags: (0x0000) 

  boolean closed;
    descriptor: Z
    flags: (0x0000) 

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

  byte[] _data;
    descriptor: [B
    flags: (0x0000) 

  byte[] rest_byte;
    descriptor: [B
    flags: (0x0000) 

  com.jcraft.jsch.ChannelSftp$Header header;
    descriptor: Lcom/jcraft/jsch/ChannelSftp$Header;
    flags: (0x0000) 

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

  long request_offset;
    descriptor: J
    flags: (0x0000) 

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

  private final com.jcraft.jsch.SftpProgressMonitor val$monitor;
    descriptor: Lcom/jcraft/jsch/SftpProgressMonitor;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final byte[] val$handle;
    descriptor: [B
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.jcraft.jsch.ChannelSftp, long, com.jcraft.jsch.SftpProgressMonitor, byte[]);
    descriptor: (Lcom/jcraft/jsch/ChannelSftp;JLcom/jcraft/jsch/SftpProgressMonitor;[B)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // com.jcraft.jsch.ChannelSftp$2 this
         0: .line 1344
            aload 0 /* this */
            aload 1
            putfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            aload 0 /* this */
            aload 4
            putfield com.jcraft.jsch.ChannelSftp$2.val$monitor:Lcom/jcraft/jsch/SftpProgressMonitor;
            aload 0 /* this */
            aload 5
            putfield com.jcraft.jsch.ChannelSftp$2.val$handle:[B
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 1345
            aload 0 /* this */
            lload 2
            putfield com.jcraft.jsch.ChannelSftp$2.offset:J
         2: .line 1346
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.ChannelSftp$2.closed:Z
         3: .line 1347
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
         4: .line 1348
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield com.jcraft.jsch.ChannelSftp$2._data:[B
         5: .line 1349
            aload 0 /* this */
            sipush 1024
            newarray 8
            putfield com.jcraft.jsch.ChannelSftp$2.rest_byte:[B
         6: .line 1350
            aload 0 /* this */
            new com.jcraft.jsch.ChannelSftp$Header
            dup
            aload 1
            invokespecial com.jcraft.jsch.ChannelSftp$Header.<init>:(Lcom/jcraft/jsch/ChannelSftp;)V
            putfield com.jcraft.jsch.ChannelSftp$2.header:Lcom/jcraft/jsch/ChannelSftp$Header;
         7: .line 1351
            aload 0 /* this */
            iconst_1
            putfield com.jcraft.jsch.ChannelSftp$2.request_max:I
         8: .line 1352
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.offset:J
            putfield com.jcraft.jsch.ChannelSftp$2.request_offset:J
         9: .line 1344
            return
        end local 0 // com.jcraft.jsch.ChannelSftp$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/jcraft/jsch/ChannelSftp$2;
    MethodParameters:
             Name  Flags
      this$0       final
      val$skip     final
      val$monitor  final
      val$handle   final

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.jcraft.jsch.ChannelSftp$2 this
         0: .line 1355
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.closed:Z
            ifeq 1
            iconst_m1
            ireturn
         1: .line 1356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2._data:[B
            iconst_0
            iconst_1
            invokevirtual com.jcraft.jsch.ChannelSftp$2.read:([BII)I
            istore 1 /* i */
        start local 1 // int i
         2: .line 1357
            iload 1 /* i */
            iconst_m1
            if_icmpne 3
            iconst_m1
            ireturn
         3: .line 1359
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2._data:[B
            iconst_0
            baload
            sipush 255
            iand
            ireturn
        end local 1 // int i
        end local 0 // com.jcraft.jsch.ChannelSftp$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jcraft/jsch/ChannelSftp$2;
            2    4     1     i  I
    Exceptions:
      throws java.io.IOException

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.ChannelSftp$2 this
        start local 1 // byte[] d
         0: .line 1363
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.closed:Z
            ifeq 1
            iconst_m1
            ireturn
         1: .line 1364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* d */
            iconst_0
            aload 1 /* d */
            arraylength
            invokevirtual com.jcraft.jsch.ChannelSftp$2.read:([BII)I
            ireturn
        end local 1 // byte[] d
        end local 0 // com.jcraft.jsch.ChannelSftp$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/jcraft/jsch/ChannelSftp$2;
            0    2     1     d  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      d     

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=14, args_size=4
        start local 0 // com.jcraft.jsch.ChannelSftp$2 this
        start local 1 // byte[] d
        start local 2 // int s
        start local 3 // int len
         0: .line 1367
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.closed:Z
            ifeq 1
            iconst_m1
            ireturn
         1: .line 1368
      StackMap locals:
      StackMap stack:
            aload 1 /* d */
            ifnonnull 2
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 1369
      StackMap locals:
      StackMap stack:
            iload 2 /* s */
            iflt 3
            iload 3 /* len */
            iflt 3
            iload 2 /* s */
            iload 3 /* len */
            iadd
            aload 1 /* d */
            arraylength
            if_icmple 4
         3: .line 1370
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 1372
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifne 5
            iconst_0
            ireturn
         5: .line 1374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
            ifle 19
         6: .line 1375
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
            istore 4 /* foo */
        start local 4 // int foo
         7: .line 1376
            iload 4 /* foo */
            iload 3 /* len */
            if_icmple 8
            iload 3 /* len */
            istore 4 /* foo */
         8: .line 1377
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.rest_byte:[B
            iconst_0
            aload 1 /* d */
            iload 2 /* s */
            iload 4 /* foo */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 1378
            iload 4 /* foo */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
            if_icmpeq 13
        10: .line 1379
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.rest_byte:[B
            iload 4 /* foo */
        11: .line 1380
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.rest_byte:[B
            iconst_0
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
            iload 4 /* foo */
            isub
        12: .line 1379
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 1383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.val$monitor:Lcom/jcraft/jsch/SftpProgressMonitor;
            ifnull 17
        14: .line 1384
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.val$monitor:Lcom/jcraft/jsch/SftpProgressMonitor;
            iload 4 /* foo */
            i2l
            invokeinterface com.jcraft.jsch.SftpProgressMonitor.count:(J)Z
            ifne 17
        15: .line 1385
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.ChannelSftp$2.close:()V
        16: .line 1386
            iconst_m1
            ireturn
        17: .line 1390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
            iload 4 /* foo */
            isub
            putfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
        18: .line 1391
            iload 4 /* foo */
            ireturn
        end local 4 // int foo
        19: .line 1394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.buf:Lcom/jcraft/jsch/Buffer;
            getfield com.jcraft.jsch.Buffer.buffer:[B
            arraylength
            bipush 13
            isub
            iload 3 /* len */
            if_icmpge 21
        20: .line 1395
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.buf:Lcom/jcraft/jsch/Buffer;
            getfield com.jcraft.jsch.Buffer.buffer:[B
            arraylength
            bipush 13
            isub
            istore 3 /* len */
        21: .line 1397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.server_version:I
            ifne 23
            iload 3 /* len */
            sipush 1024
            if_icmple 23
        22: .line 1398
            sipush 1024
            istore 3 /* len */
        23: .line 1401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.rq:Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            invokevirtual com.jcraft.jsch.ChannelSftp$RequestQueue.count:()I
            pop
        24: .line 1405
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.buf:Lcom/jcraft/jsch/Buffer;
            getfield com.jcraft.jsch.Buffer.buffer:[B
            arraylength
            bipush 13
            isub
            istore 4 /* request_len */
        start local 4 // int request_len
        25: .line 1406
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.server_version:I
            ifne 31
            sipush 1024
            istore 4 /* request_len */
        26: .line 1408
            goto 31
        27: .line 1410
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.val$handle:[B
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.request_offset:J
            iload 4 /* request_len */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.rq:Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            invokevirtual com.jcraft.jsch.ChannelSftp.sendREAD:([BJILcom/jcraft/jsch/ChannelSftp$RequestQueue;)V
        28: .line 1411
            goto 30
        29: .line 1412
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
            new java.io.IOException
            dup
            ldc "error"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 1413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.jcraft.jsch.ChannelSftp$2.request_offset:J
            iload 4 /* request_len */
            i2l
            ladd
            putfield com.jcraft.jsch.ChannelSftp$2.request_offset:J
        31: .line 1408
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.rq:Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            invokevirtual com.jcraft.jsch.ChannelSftp$RequestQueue.count:()I
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.request_max:I
            if_icmplt 27
        end local 4 // int request_len
        32: .line 1417
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.header:Lcom/jcraft/jsch/ChannelSftp$Header;
            invokevirtual com.jcraft.jsch.ChannelSftp.header:(Lcom/jcraft/jsch/Buffer;Lcom/jcraft/jsch/ChannelSftp$Header;)Lcom/jcraft/jsch/ChannelSftp$Header;
            putfield com.jcraft.jsch.ChannelSftp$2.header:Lcom/jcraft/jsch/ChannelSftp$Header;
        33: .line 1418
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.header:Lcom/jcraft/jsch/ChannelSftp$Header;
            getfield com.jcraft.jsch.ChannelSftp$Header.length:I
            putfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
        34: .line 1419
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.header:Lcom/jcraft/jsch/ChannelSftp$Header;
            getfield com.jcraft.jsch.ChannelSftp$Header.type:I
            istore 4 /* type */
        start local 4 // int type
        35: .line 1420
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.header:Lcom/jcraft/jsch/ChannelSftp$Header;
            getfield com.jcraft.jsch.ChannelSftp$Header.rid:I
            pop
        36: .line 1422
            aconst_null
            astore 5 /* rr */
        start local 5 // com.jcraft.jsch.ChannelSftp$RequestQueue$Request rr
        37: .line 1424
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.rq:Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.header:Lcom/jcraft/jsch/ChannelSftp$Header;
            getfield com.jcraft.jsch.ChannelSftp$Header.rid:I
            invokevirtual com.jcraft.jsch.ChannelSftp$RequestQueue.get:(I)Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
            astore 5 /* rr */
        38: .line 1425
            goto 46
        39: .line 1426
      StackMap locals: com.jcraft.jsch.ChannelSftp$2 byte[] int int int com.jcraft.jsch.ChannelSftp$RequestQueue$Request
      StackMap stack: com.jcraft.jsch.ChannelSftp$RequestQueue$OutOfOrderException
            astore 6 /* e */
        start local 6 // com.jcraft.jsch.ChannelSftp$RequestQueue$OutOfOrderException e
        40: .line 1427
            aload 0 /* this */
            aload 6 /* e */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue$OutOfOrderException.offset:J
            putfield com.jcraft.jsch.ChannelSftp$2.request_offset:J
        41: .line 1428
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.header:Lcom/jcraft/jsch/ChannelSftp$Header;
            getfield com.jcraft.jsch.ChannelSftp$Header.length:I
            i2l
            invokevirtual com.jcraft.jsch.ChannelSftp$2.skip:(J)J
            pop2
        42: .line 1429
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.rq:Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.header:Lcom/jcraft/jsch/ChannelSftp$Header;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.ChannelSftp$RequestQueue.cancel:(Lcom/jcraft/jsch/ChannelSftp$Header;Lcom/jcraft/jsch/Buffer;)V
        43: .line 1430
            iconst_0
            ireturn
        end local 6 // com.jcraft.jsch.ChannelSftp$RequestQueue$OutOfOrderException e
        44: .line 1432
      StackMap locals:
      StackMap stack: com.jcraft.jsch.SftpException
            astore 6 /* e */
        start local 6 // com.jcraft.jsch.SftpException e
        45: .line 1433
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "error: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* e */
            invokevirtual com.jcraft.jsch.SftpException.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // com.jcraft.jsch.SftpException e
        46: .line 1436
      StackMap locals:
      StackMap stack:
            iload 4 /* type */
            bipush 101
            if_icmpeq 48
            iload 4 /* type */
            bipush 103
            if_icmpeq 48
        47: .line 1437
            new java.io.IOException
            dup
            ldc "error"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        48: .line 1439
      StackMap locals:
      StackMap stack:
            iload 4 /* type */
            bipush 101
            if_icmpne 56
        49: .line 1440
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.buf:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
            invokevirtual com.jcraft.jsch.ChannelSftp.fill:(Lcom/jcraft/jsch/Buffer;I)V
        50: .line 1441
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            istore 6 /* i */
        start local 6 // int i
        51: .line 1442
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
        52: .line 1443
            iload 6 /* i */
            iconst_1
            if_icmpne 55
        53: .line 1444
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.ChannelSftp$2.close:()V
        54: .line 1445
            iconst_m1
            ireturn
        55: .line 1448
      StackMap locals: int
      StackMap stack:
            new java.io.IOException
            dup
            ldc "error"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // int i
        56: .line 1451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.rewind:()V
        57: .line 1452
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.buf:Lcom/jcraft/jsch/Buffer;
            getfield com.jcraft.jsch.Buffer.buffer:[B
            iconst_0
            iconst_4
            invokevirtual com.jcraft.jsch.ChannelSftp.fill:([BII)I
            pop
        58: .line 1453
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.Buffer.getInt:()I
            istore 6 /* length_of_data */
        start local 6 // int length_of_data
        59: aload 0 /* this */
            dup
            getfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
            iconst_4
            isub
            putfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
        60: .line 1465
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
            iload 6 /* length_of_data */
            isub
            istore 7 /* optional_data */
        start local 7 // int optional_data
        61: .line 1467
            aload 0 /* this */
            dup
            getfield com.jcraft.jsch.ChannelSftp$2.offset:J
            iload 6 /* length_of_data */
            i2l
            ladd
            putfield com.jcraft.jsch.ChannelSftp$2.offset:J
        62: .line 1468
            iload 6 /* length_of_data */
            istore 8 /* foo */
        start local 8 // int foo
        63: .line 1469
            iload 8 /* foo */
            ifle 101
        64: .line 1470
            iload 8 /* foo */
            istore 9 /* bar */
        start local 9 // int bar
        65: .line 1471
            iload 9 /* bar */
            iload 3 /* len */
            if_icmple 67
        66: .line 1472
            iload 3 /* len */
            istore 9 /* bar */
        67: .line 1474
      StackMap locals: com.jcraft.jsch.ChannelSftp$2 byte[] int int int com.jcraft.jsch.ChannelSftp$RequestQueue$Request int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.io_in:Ljava/io/InputStream;
            aload 1 /* d */
            iload 2 /* s */
            iload 9 /* bar */
            invokevirtual java.io.InputStream.read:([BII)I
            istore 10 /* i */
        start local 10 // int i
        68: .line 1475
            iload 10 /* i */
            ifge 70
        69: .line 1476
            iconst_m1
            ireturn
        70: .line 1478
      StackMap locals: int
      StackMap stack:
            iload 8 /* foo */
            iload 10 /* i */
            isub
            istore 8 /* foo */
        71: .line 1479
            aload 0 /* this */
            iload 8 /* foo */
            putfield com.jcraft.jsch.ChannelSftp$2.rest_length:I
        72: .line 1481
            iload 8 /* foo */
            ifle 83
        73: .line 1482
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.rest_byte:[B
            arraylength
            iload 8 /* foo */
            if_icmpge 75
        74: .line 1483
            aload 0 /* this */
            iload 8 /* foo */
            newarray 8
            putfield com.jcraft.jsch.ChannelSftp$2.rest_byte:[B
        75: .line 1485
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 11 /* _s */
        start local 11 // int _s
        76: .line 1486
            iload 8 /* foo */
            istore 12 /* _len */
        start local 12 // int _len
        77: .line 1488
            goto 82
        78: .line 1489
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.io_in:Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.rest_byte:[B
            iload 11 /* _s */
            iload 12 /* _len */
            invokevirtual java.io.InputStream.read:([BII)I
            istore 13 /* j */
        start local 13 // int j
        79: .line 1490
            iload 13 /* j */
            ifgt 80
            goto 83
        80: .line 1491
      StackMap locals: int
      StackMap stack:
            iload 11 /* _s */
            iload 13 /* j */
            iadd
            istore 11 /* _s */
        81: .line 1492
            iload 12 /* _len */
            iload 13 /* j */
            isub
            istore 12 /* _len */
        end local 13 // int j
        82: .line 1488
      StackMap locals:
      StackMap stack:
            iload 12 /* _len */
            ifgt 78
        end local 12 // int _len
        end local 11 // int _s
        83: .line 1496
      StackMap locals:
      StackMap stack:
            iload 7 /* optional_data */
            ifle 85
        84: .line 1497
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.io_in:Ljava/io/InputStream;
            iload 7 /* optional_data */
            i2l
            invokevirtual java.io.InputStream.skip:(J)J
            pop2
        85: .line 1500
      StackMap locals:
      StackMap stack:
            iload 6 /* length_of_data */
            i2l
            aload 5 /* rr */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.length:J
            lcmp
            ifge 94
        86: .line 1501
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.rq:Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.header:Lcom/jcraft/jsch/ChannelSftp$Header;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.ChannelSftp$RequestQueue.cancel:(Lcom/jcraft/jsch/ChannelSftp$Header;Lcom/jcraft/jsch/Buffer;)V
        87: .line 1503
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.val$handle:[B
        88: .line 1504
            aload 5 /* rr */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.offset:J
            iload 6 /* length_of_data */
            i2l
            ladd
        89: .line 1505
            aload 5 /* rr */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.length:J
            iload 6 /* length_of_data */
            i2l
            lsub
            l2i
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.rq:Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
        90: .line 1503
            invokevirtual com.jcraft.jsch.ChannelSftp.sendREAD:([BJILcom/jcraft/jsch/ChannelSftp$RequestQueue;)V
        91: .line 1506
            goto 93
        92: .line 1507
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
            new java.io.IOException
            dup
            ldc "error"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        93: .line 1508
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* rr */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.offset:J
            aload 5 /* rr */
            getfield com.jcraft.jsch.ChannelSftp$RequestQueue$Request.length:J
            ladd
            putfield com.jcraft.jsch.ChannelSftp$2.request_offset:J
        94: .line 1511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.request_max:I
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.rq:Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            invokevirtual com.jcraft.jsch.ChannelSftp$RequestQueue.size:()I
            if_icmpge 96
        95: .line 1512
            aload 0 /* this */
            dup
            getfield com.jcraft.jsch.ChannelSftp$2.request_max:I
            iconst_1
            iadd
            putfield com.jcraft.jsch.ChannelSftp$2.request_max:I
        96: .line 1515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.val$monitor:Lcom/jcraft/jsch/SftpProgressMonitor;
            ifnull 100
        97: .line 1516
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.val$monitor:Lcom/jcraft/jsch/SftpProgressMonitor;
            iload 10 /* i */
            i2l
            invokeinterface com.jcraft.jsch.SftpProgressMonitor.count:(J)Z
            ifne 100
        98: .line 1517
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.ChannelSftp$2.close:()V
        99: .line 1518
            iconst_m1
            ireturn
       100: .line 1522
      StackMap locals:
      StackMap stack:
            iload 10 /* i */
            ireturn
        end local 10 // int i
        end local 9 // int bar
       101: .line 1524
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 8 // int foo
        end local 7 // int optional_data
        end local 6 // int length_of_data
        end local 5 // com.jcraft.jsch.ChannelSftp$RequestQueue$Request rr
        end local 4 // int type
        end local 3 // int len
        end local 2 // int s
        end local 1 // byte[] d
        end local 0 // com.jcraft.jsch.ChannelSftp$2 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0  102     0            this  Lcom/jcraft/jsch/ChannelSftp$2;
            0  102     1               d  [B
            0  102     2               s  I
            0  102     3             len  I
            7   19     4             foo  I
           25   32     4     request_len  I
           35  102     4            type  I
           37  102     5              rr  Lcom/jcraft/jsch/ChannelSftp$RequestQueue$Request;
           40   44     6               e  Lcom/jcraft/jsch/ChannelSftp$RequestQueue$OutOfOrderException;
           45   46     6               e  Lcom/jcraft/jsch/SftpException;
           51   56     6               i  I
           59  102     6  length_of_data  I
           61  102     7   optional_data  I
           63  102     8             foo  I
           65  101     9             bar  I
           68  101    10               i  I
           76   83    11              _s  I
           77   83    12            _len  I
           79   82    13               j  I
      Exception table:
        from    to  target  type
          27    28      29  Class java.lang.Exception
          37    38      39  Class com.jcraft.jsch.ChannelSftp$RequestQueue$OutOfOrderException
          37    38      44  Class com.jcraft.jsch.SftpException
          87    91      92  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      d     
      s     
      len   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.ChannelSftp$2 this
         0: .line 1527
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.closed:Z
            ifeq 1
            return
         1: .line 1528
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.jcraft.jsch.ChannelSftp$2.closed:Z
         2: .line 1529
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.val$monitor:Lcom/jcraft/jsch/SftpProgressMonitor;
            ifnull 3
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.val$monitor:Lcom/jcraft/jsch/SftpProgressMonitor;
            invokeinterface com.jcraft.jsch.SftpProgressMonitor.end:()V
         3: .line 1530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.rq:Lcom/jcraft/jsch/ChannelSftp$RequestQueue;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.header:Lcom/jcraft/jsch/ChannelSftp$Header;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            getfield com.jcraft.jsch.ChannelSftp.buf:Lcom/jcraft/jsch/Buffer;
            invokevirtual com.jcraft.jsch.ChannelSftp$RequestQueue.cancel:(Lcom/jcraft/jsch/ChannelSftp$Header;Lcom/jcraft/jsch/Buffer;)V
         4: .line 1531
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.this$0:Lcom/jcraft/jsch/ChannelSftp;
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.val$handle:[B
            aload 0 /* this */
            getfield com.jcraft.jsch.ChannelSftp$2.header:Lcom/jcraft/jsch/ChannelSftp$Header;
            invokevirtual com.jcraft.jsch.ChannelSftp._sendCLOSE:([BLcom/jcraft/jsch/ChannelSftp$Header;)Z
            pop
         5: goto 7
         6: .line 1532
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
            new java.io.IOException
            dup
            ldc "error"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 1533
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.jcraft.jsch.ChannelSftp$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/jcraft/jsch/ChannelSftp$2;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ChannelSftp.java"
EnclosingMethod: com.jcraft.jsch.ChannelSftp.get:(Ljava/lang/String;Lcom/jcraft/jsch/SftpProgressMonitor;J)Ljava/io/InputStream;
NestHost: com.jcraft.jsch.ChannelSftp
InnerClasses:
  com.jcraft.jsch.ChannelSftp$2
  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