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

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

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

  int encodeEpoch;
    descriptor: I
    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.DTLSOutputRecord$RecordMemo this
         0: .line 323
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.ssl.DTLSOutputRecord$RecordMemo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/DTLSOutputRecord$RecordMemo;
}
SourceFile: "DTLSOutputRecord.java"
NestHost: sun.security.ssl.DTLSOutputRecord
InnerClasses:
  private RecordMemo = sun.security.ssl.DTLSOutputRecord$RecordMemo of sun.security.ssl.DTLSOutputRecord
  abstract SSLWriteCipher = sun.security.ssl.SSLCipher$SSLWriteCipher of sun.security.ssl.SSLCipher