class sun.security.ssl.SSLEngineOutputRecord$RecordMemo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ssl.SSLEngineOutputRecord$RecordMemo
  super_class: java.lang.Object
{
  byte contentType;
    descriptor: B
    flags: (0x0000) 

  byte majorVersion;
    descriptor: B
    flags: (0x0000) 

  byte minorVersion;
    descriptor: B
    flags: (0x0000) 

  sun.security.ssl.SSLCipher$SSLWriteCipher encodeCipher;
    descriptor: Lsun/security/ssl/SSLCipher$SSLWriteCipher;
    flags: (0x0000) 

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

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLEngineOutputRecord$RecordMemo this
         0: .line 355
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.ssl.SSLEngineOutputRecord$RecordMemo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLEngineOutputRecord$RecordMemo;
}
SourceFile: "SSLEngineOutputRecord.java"
NestHost: sun.security.ssl.SSLEngineOutputRecord
InnerClasses:
  abstract SSLWriteCipher = sun.security.ssl.SSLCipher$SSLWriteCipher of sun.security.ssl.SSLCipher
  private RecordMemo = sun.security.ssl.SSLEngineOutputRecord$RecordMemo of sun.security.ssl.SSLEngineOutputRecord