class com.jcraft.jsch.Channel$PassiveInputStream extends com.jcraft.jsch.Channel$MyPipedInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.jcraft.jsch.Channel$PassiveInputStream
  super_class: com.jcraft.jsch.Channel$MyPipedInputStream
{
  java.io.PipedOutputStream out;
    descriptor: Ljava/io/PipedOutputStream;
    flags: (0x0000) 

  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.PipedOutputStream, int);
    descriptor: (Lcom/jcraft/jsch/Channel;Ljava/io/PipedOutputStream;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.jcraft.jsch.Channel$PassiveInputStream this
        start local 2 // java.io.PipedOutputStream out
        start local 3 // int size
         0: .line 626
            aload 0 /* this */
            aload 1
            putfield com.jcraft.jsch.Channel$PassiveInputStream.this$0:Lcom/jcraft/jsch/Channel;
         1: .line 627
            aload 0 /* this */
            aload 1
            aload 2 /* out */
            iload 3 /* size */
            invokespecial com.jcraft.jsch.Channel$MyPipedInputStream.<init>:(Lcom/jcraft/jsch/Channel;Ljava/io/PipedOutputStream;I)V
         2: .line 628
            aload 0 /* this */
            aload 2 /* out */
            putfield com.jcraft.jsch.Channel$PassiveInputStream.out:Ljava/io/PipedOutputStream;
         3: .line 629
            return
        end local 3 // int size
        end local 2 // java.io.PipedOutputStream out
        end local 0 // com.jcraft.jsch.Channel$PassiveInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jcraft/jsch/Channel$PassiveInputStream;
            0    4     2   out  Ljava/io/PipedOutputStream;
            0    4     3  size  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      this$0  final
      out     
      size    

  void <init>(com.jcraft.jsch.Channel, java.io.PipedOutputStream);
    descriptor: (Lcom/jcraft/jsch/Channel;Ljava/io/PipedOutputStream;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.jcraft.jsch.Channel$PassiveInputStream this
        start local 2 // java.io.PipedOutputStream out
         0: .line 630
            aload 0 /* this */
            aload 1
            putfield com.jcraft.jsch.Channel$PassiveInputStream.this$0:Lcom/jcraft/jsch/Channel;
         1: .line 631
            aload 0 /* this */
            aload 1
            aload 2 /* out */
            invokespecial com.jcraft.jsch.Channel$MyPipedInputStream.<init>:(Lcom/jcraft/jsch/Channel;Ljava/io/PipedOutputStream;)V
         2: .line 632
            aload 0 /* this */
            aload 2 /* out */
            putfield com.jcraft.jsch.Channel$PassiveInputStream.out:Ljava/io/PipedOutputStream;
         3: .line 633
            return
        end local 2 // java.io.PipedOutputStream out
        end local 0 // com.jcraft.jsch.Channel$PassiveInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jcraft/jsch/Channel$PassiveInputStream;
            0    4     2   out  Ljava/io/PipedOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      this$0  final
      out     

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.jcraft.jsch.Channel$PassiveInputStream this
         0: .line 635
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$PassiveInputStream.out:Ljava/io/PipedOutputStream;
            ifnull 2
         1: .line 636
            aload 0 /* this */
            getfield com.jcraft.jsch.Channel$PassiveInputStream.out:Ljava/io/PipedOutputStream;
            invokevirtual java.io.PipedOutputStream.close:()V
         2: .line 638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.jcraft.jsch.Channel$PassiveInputStream.out:Ljava/io/PipedOutputStream;
         3: .line 639
            return
        end local 0 // com.jcraft.jsch.Channel$PassiveInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jcraft/jsch/Channel$PassiveInputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "Channel.java"
NestHost: com.jcraft.jsch.Channel
InnerClasses:
  MyPipedInputStream = com.jcraft.jsch.Channel$MyPipedInputStream of com.jcraft.jsch.Channel
  PassiveInputStream = com.jcraft.jsch.Channel$PassiveInputStream of com.jcraft.jsch.Channel