class com.jcraft.jsch.Channel$1 extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.jcraft.jsch.Channel$1
  super_class: java.io.OutputStream
{
  private int dataLen;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.jcraft.jsch.Buffer buffer;
    descriptor: Lcom/jcraft/jsch/Buffer;
    flags: (0x0002) ACC_PRIVATE

  private com.jcraft.jsch.Packet packet;
    descriptor: Lcom/jcraft/jsch/Packet;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  void <init>(com.jcraft.jsch.Channel, com.jcraft.jsch.Channel);
    descriptor: (Lcom/jcraft/jsch/Channel;Lcom/jcraft/jsch/Channel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.jcraft.jsch.Channel$1 this
         0: .line 229
            aload 0 /* this */
            aload 1
            putfield com.jcraft.jsch.Channel$1.this$0:Lcom/jcraft/jsch/Channel;
            aload 0 /* this */
            aload 2
            putfield com.jcraft.jsch.Channel$1.val$channel:Lcom/jcraft/jsch/Channel;
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 230
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel$1.dataLen:I
         2: .line 231
            aload 0 /* this */
            aconst_null
            putfield com.jcraft.jsch.Channel$1.buffer:Lcom/jcraft/jsch/Buffer;
         3: .line 232
            aload 0 /* this */
            aconst_null
            putfield com.jcraft.jsch.Channel$1.packet:Lcom/jcraft/jsch/Packet;
         4: .line 233
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel$1.closed:Z
         5: .line 246
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield com.jcraft.jsch.Channel$1.b:[B
         6: .line 229
            return
        end local 0 // com.jcraft.jsch.Channel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/jcraft/jsch/Channel$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$channel  final

  private synchronized void init();
    descriptor: ()V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.jcraft.jsch.Channel$1 this
         0: .line 235
            aload 0 /* this */
            new com.jcraft.jsch.Buffer
            dup
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.this$0:Lcom/jcraft/jsch/Channel;
            getfield com.jcraft.jsch.Channel.rmpsize:I
            invokespecial com.jcraft.jsch.Buffer.<init>:(I)V
            putfield com.jcraft.jsch.Channel$1.buffer:Lcom/jcraft/jsch/Buffer;
         1: .line 236
            aload 0 /* this */
            new com.jcraft.jsch.Packet
            dup
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.buffer:Lcom/jcraft/jsch/Buffer;
            invokespecial com.jcraft.jsch.Packet.<init>:(Lcom/jcraft/jsch/Buffer;)V
            putfield com.jcraft.jsch.Channel$1.packet:Lcom/jcraft/jsch/Packet;
         2: .line 238
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.buffer:Lcom/jcraft/jsch/Buffer;
            getfield com.jcraft.jsch.Buffer.buffer:[B
            astore 1 /* _buf */
        start local 1 // byte[] _buf
         3: .line 239
            aload 1 /* _buf */
            arraylength
            bipush 14
            isub
            sipush 128
            isub
            ifgt 7
         4: .line 240
            aload 0 /* this */
            aconst_null
            putfield com.jcraft.jsch.Channel$1.buffer:Lcom/jcraft/jsch/Buffer;
         5: .line 241
            aload 0 /* this */
            aconst_null
            putfield com.jcraft.jsch.Channel$1.packet:Lcom/jcraft/jsch/Packet;
         6: .line 242
            new java.io.IOException
            dup
            ldc "failed to initialize the channel."
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 245
      StackMap locals: byte[]
      StackMap stack:
            return
        end local 1 // byte[] _buf
        end local 0 // com.jcraft.jsch.Channel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/jcraft/jsch/Channel$1;
            3    8     1  _buf  [B
    Exceptions:
      throws java.io.IOException

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel$1 this
        start local 1 // int w
         0: .line 248
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.b:[B
            iconst_0
            iload 1 /* w */
            i2b
            bastore
         1: .line 249
            aload 0 /* this */
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.b:[B
            iconst_0
            iconst_1
            invokevirtual com.jcraft.jsch.Channel$1.write:([BII)V
         2: .line 250
            return
        end local 1 // int w
        end local 0 // com.jcraft.jsch.Channel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/jcraft/jsch/Channel$1;
            0    3     1     w  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      w     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // com.jcraft.jsch.Channel$1 this
        start local 1 // byte[] buf
        start local 2 // int s
        start local 3 // int l
         0: .line 252
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.packet:Lcom/jcraft/jsch/Packet;
            ifnonnull 2
         1: .line 253
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel$1.init:()V
         2: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.closed:Z
            ifeq 4
         3: .line 257
            new java.io.IOException
            dup
            ldc "Already closed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.buffer:Lcom/jcraft/jsch/Buffer;
            getfield com.jcraft.jsch.Buffer.buffer:[B
            astore 4 /* _buf */
        start local 4 // byte[] _buf
         5: .line 261
            aload 4 /* _buf */
            arraylength
            istore 5 /* _bufl */
        start local 5 // int _bufl
         6: .line 262
            goto 17
         7: .line 263
      StackMap locals: byte[] int
      StackMap stack:
            iload 3 /* l */
            istore 6 /* _l */
        start local 6 // int _l
         8: .line 264
            iload 3 /* l */
            iload 5 /* _bufl */
            bipush 14
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.dataLen:I
            iadd
            isub
            sipush 128
            isub
            if_icmple 10
         9: .line 265
            iload 5 /* _bufl */
            bipush 14
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.dataLen:I
            iadd
            isub
            sipush 128
            isub
            istore 6 /* _l */
        10: .line 268
      StackMap locals: int
      StackMap stack:
            iload 6 /* _l */
            ifgt 13
        11: .line 269
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel$1.flush:()V
        12: .line 270
            goto 17
        13: .line 273
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            iload 2 /* s */
            aload 4 /* _buf */
            bipush 14
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.dataLen:I
            iadd
            iload 6 /* _l */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 274
            aload 0 /* this */
            dup
            getfield com.jcraft.jsch.Channel$1.dataLen:I
            iload 6 /* _l */
            iadd
            putfield com.jcraft.jsch.Channel$1.dataLen:I
        15: .line 275
            iload 2 /* s */
            iload 6 /* _l */
            iadd
            istore 2 /* s */
        16: .line 276
            iload 3 /* l */
            iload 6 /* _l */
            isub
            istore 3 /* l */
        end local 6 // int _l
        17: .line 262
      StackMap locals:
      StackMap stack:
            iload 3 /* l */
            ifgt 7
        18: .line 278
            return
        end local 5 // int _bufl
        end local 4 // byte[] _buf
        end local 3 // int l
        end local 2 // int s
        end local 1 // byte[] buf
        end local 0 // com.jcraft.jsch.Channel$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lcom/jcraft/jsch/Channel$1;
            0   19     1    buf  [B
            0   19     2      s  I
            0   19     3      l  I
            5   19     4   _buf  [B
            6   19     5  _bufl  I
            8   17     6     _l  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      buf   
      s     
      l     

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.jcraft.jsch.Channel$1 this
         0: .line 281
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.closed:Z
            ifeq 2
         1: .line 282
            new java.io.IOException
            dup
            ldc "Already closed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.dataLen:I
            ifne 4
         3: .line 285
            return
         4: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.packet:Lcom/jcraft/jsch/Packet;
            invokevirtual com.jcraft.jsch.Packet.reset:()V
         5: .line 287
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.buffer:Lcom/jcraft/jsch/Buffer;
            bipush 94
            invokevirtual com.jcraft.jsch.Buffer.putByte:(B)V
         6: .line 288
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.buffer:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.this$0:Lcom/jcraft/jsch/Channel;
            getfield com.jcraft.jsch.Channel.recipient:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         7: .line 289
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.buffer:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.dataLen:I
            invokevirtual com.jcraft.jsch.Buffer.putInt:(I)V
         8: .line 290
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.buffer:Lcom/jcraft/jsch/Buffer;
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.dataLen:I
            invokevirtual com.jcraft.jsch.Buffer.skip:(I)V
         9: .line 292
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.dataLen:I
            istore 1 /* foo */
        start local 1 // int foo
        10: .line 293
            aload 0 /* this */
            iconst_0
            putfield com.jcraft.jsch.Channel$1.dataLen:I
        11: .line 294
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.val$channel:Lcom/jcraft/jsch/Channel;
            dup
            astore 2
            monitorenter
        12: .line 295
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.val$channel:Lcom/jcraft/jsch/Channel;
            getfield com.jcraft.jsch.Channel.close:Z
            ifne 14
        13: .line 296
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.this$0:Lcom/jcraft/jsch/Channel;
            invokevirtual com.jcraft.jsch.Channel.getSession:()Lcom/jcraft/jsch/Session;
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.packet:Lcom/jcraft/jsch/Packet;
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.val$channel:Lcom/jcraft/jsch/Channel;
            iload 1 /* foo */
            invokevirtual com.jcraft.jsch.Session.write:(Lcom/jcraft/jsch/Packet;Lcom/jcraft/jsch/Channel;I)V
        14: .line 294
      StackMap locals: int com.jcraft.jsch.Channel
      StackMap stack:
            aload 2
            monitorexit
        15: goto 21
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: aload 2
            monitorexit
        17: athrow
        end local 1 // int foo
        18: .line 299
      StackMap locals: com.jcraft.jsch.Channel$1
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
        19: .line 300
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel$1.close:()V
        20: .line 301
            new java.io.IOException
            dup
            aload 1 /* e */
            invokevirtual java.lang.Exception.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Exception e
        21: .line 304
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.jcraft.jsch.Channel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lcom/jcraft/jsch/Channel$1;
           10   18     1   foo  I
           19   21     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          12    15      16  any
          16    17      16  any
           9    18      18  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Channel$1 this
         0: .line 306
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.packet:Lcom/jcraft/jsch/Packet;
            ifnonnull 5
         1: .line 308
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel$1.init:()V
         2: .line 309
            goto 5
         3: .line 310
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
         4: .line 312
            return
         5: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.closed:Z
            ifeq 7
         6: .line 316
            return
         7: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.dataLen:I
            ifle 9
         8: .line 319
            aload 0 /* this */
            invokevirtual com.jcraft.jsch.Channel$1.flush:()V
         9: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$1.val$channel:Lcom/jcraft/jsch/Channel;
            invokevirtual com.jcraft.jsch.Channel.eof:()V
        10: .line 322
            aload 0 /* this */
            iconst_1
            putfield com.jcraft.jsch.Channel$1.closed:Z
        11: .line 323
            return
        end local 0 // com.jcraft.jsch.Channel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/jcraft/jsch/Channel$1;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
}
SourceFile: "Channel.java"
EnclosingMethod: com.jcraft.jsch.Channel.getOutputStream:()Ljava/io/OutputStream;
NestHost: com.jcraft.jsch.Channel
InnerClasses:
  com.jcraft.jsch.Channel$1