class com.jcraft.jsch.Channel$PassiveOutputStream extends java.io.PipedOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.jcraft.jsch.Channel$PassiveOutputStream
  super_class: java.io.PipedOutputStream
{
  private com.jcraft.jsch.Channel$MyPipedInputStream _sink;
    descriptor: Lcom/jcraft/jsch/Channel$MyPipedInputStream;
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(com.jcraft.jsch.Channel, java.io.PipedInputStream, boolean);
    descriptor: (Lcom/jcraft/jsch/Channel;Ljava/io/PipedInputStream;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.jcraft.jsch.Channel$PassiveOutputStream this
        start local 2 // java.io.PipedInputStream in
        start local 3 // boolean resizable_buffer
         0: .line 644
            aload 0 /* this */
            aload 1
            putfield com.jcraft.jsch.Channel$PassiveOutputStream.this$0:Lcom/jcraft/jsch/Channel;
         1: .line 645
            aload 0 /* this */
            aload 2 /* in */
            invokespecial java.io.PipedOutputStream.<init>:(Ljava/io/PipedInputStream;)V
         2: .line 642
            aload 0 /* this */
            aconst_null
            putfield com.jcraft.jsch.Channel$PassiveOutputStream._sink:Lcom/jcraft/jsch/Channel$MyPipedInputStream;
         3: .line 646
            iload 3 /* resizable_buffer */
            ifeq 5
            aload 2 /* in */
            instanceof com.jcraft.jsch.Channel$MyPipedInputStream
            ifeq 5
         4: .line 647
            aload 0 /* this */
            aload 2 /* in */
            checkcast com.jcraft.jsch.Channel$MyPipedInputStream
            putfield com.jcraft.jsch.Channel$PassiveOutputStream._sink:Lcom/jcraft/jsch/Channel$MyPipedInputStream;
         5: .line 649
      StackMap locals: com.jcraft.jsch.Channel$PassiveOutputStream com.jcraft.jsch.Channel java.io.PipedInputStream int
      StackMap stack:
            return
        end local 3 // boolean resizable_buffer
        end local 2 // java.io.PipedInputStream in
        end local 0 // com.jcraft.jsch.Channel$PassiveOutputStream this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lcom/jcraft/jsch/Channel$PassiveOutputStream;
            0    6     2                in  Ljava/io/PipedInputStream;
            0    6     3  resizable_buffer  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      this$0            final
      in                
      resizable_buffer  

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.Channel$PassiveOutputStream this
        start local 1 // int b
         0: .line 651
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$PassiveOutputStream._sink:Lcom/jcraft/jsch/Channel$MyPipedInputStream;
            ifnull 2
         1: .line 652
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$PassiveOutputStream._sink:Lcom/jcraft/jsch/Channel$MyPipedInputStream;
            iconst_1
            invokevirtual com.jcraft.jsch.Channel$MyPipedInputStream.checkSpace:(I)V
         2: .line 654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* b */
            invokespecial java.io.PipedOutputStream.write:(I)V
         3: .line 655
            return
        end local 1 // int b
        end local 0 // com.jcraft.jsch.Channel$PassiveOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jcraft/jsch/Channel$PassiveOutputStream;
            0    4     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.jcraft.jsch.Channel$PassiveOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 657
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$PassiveOutputStream._sink:Lcom/jcraft/jsch/Channel$MyPipedInputStream;
            ifnull 2
         1: .line 658
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$PassiveOutputStream._sink:Lcom/jcraft/jsch/Channel$MyPipedInputStream;
            iload 3 /* len */
            invokevirtual com.jcraft.jsch.Channel$MyPipedInputStream.checkSpace:(I)V
         2: .line 660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokespecial java.io.PipedOutputStream.write:([BII)V
         3: .line 661
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.jcraft.jsch.Channel$PassiveOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jcraft/jsch/Channel$PassiveOutputStream;
            0    4     1     b  [B
            0    4     2   off  I
            0    4     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   
}
SourceFile: "Channel.java"
NestHost: com.jcraft.jsch.Channel
InnerClasses:
  MyPipedInputStream = com.jcraft.jsch.Channel$MyPipedInputStream of com.jcraft.jsch.Channel
  PassiveOutputStream = com.jcraft.jsch.Channel$PassiveOutputStream of com.jcraft.jsch.Channel