class com.jcraft.jsch.ChannelSftp$Header
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.jcraft.jsch.ChannelSftp$Header
  super_class: java.lang.Object
{
  int length;
    descriptor: I
    flags: (0x0000) 

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

  int rid;
    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);
    descriptor: (Lcom/jcraft/jsch/ChannelSftp;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jcraft.jsch.ChannelSftp$Header this
         0: .line 2928
            aload 0 /* this */
            aload 1
            putfield com.jcraft.jsch.ChannelSftp$Header.this$0:Lcom/jcraft/jsch/ChannelSftp;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.jcraft.jsch.ChannelSftp$Header this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jcraft/jsch/ChannelSftp$Header;
    MethodParameters:
        Name  Flags
      this$0  final
}
SourceFile: "ChannelSftp.java"
NestHost: com.jcraft.jsch.ChannelSftp
InnerClasses:
  Header = com.jcraft.jsch.ChannelSftp$Header of com.jcraft.jsch.ChannelSftp