class sun.security.ssl.DTLSInputRecord$RecordFragment implements java.lang.Comparable<sun.security.ssl.DTLSInputRecord$RecordFragment>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ssl.DTLSInputRecord$RecordFragment
  super_class: java.lang.Object
{
  boolean isCiphertext;
    descriptor: Z
    flags: (0x0000) 

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

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

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

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

  long recordSeq;
    descriptor: J
    flags: (0x0000) 

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

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

  void <init>(java.nio.ByteBuffer, byte, byte, byte, byte[], int, long, boolean);
    descriptor: (Ljava/nio/ByteBuffer;BBB[BIJZ)V
    flags: (0x0000) 
    Code:
      stack=10, locals=10, args_size=9
        start local 0 // sun.security.ssl.DTLSInputRecord$RecordFragment this
        start local 1 // java.nio.ByteBuffer fragBuf
        start local 2 // byte contentType
        start local 3 // byte majorVersion
        start local 4 // byte minorVersion
        start local 5 // byte[] recordEnS
        start local 6 // int recordEpoch
        start local 7 // long recordSeq
        start local 9 // boolean isCiphertext
         0: .line 425
            aload 0 /* this */
            aconst_null
            iload 2 /* contentType */
            iload 3 /* majorVersion */
            iload 4 /* minorVersion */
         1: .line 426
            aload 5 /* recordEnS */
            iload 6 /* recordEpoch */
            lload 7 /* recordSeq */
            iload 9 /* isCiphertext */
            invokespecial sun.security.ssl.DTLSInputRecord$RecordFragment.<init>:([BBBB[BIJZ)V
         2: .line 428
            aload 0 /* this */
            aload 1 /* fragBuf */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            newarray 8
            putfield sun.security.ssl.DTLSInputRecord$RecordFragment.fragment:[B
         3: .line 429
            aload 1 /* fragBuf */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.fragment:[B
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
         4: .line 430
            return
        end local 9 // boolean isCiphertext
        end local 7 // long recordSeq
        end local 6 // int recordEpoch
        end local 5 // byte[] recordEnS
        end local 4 // byte minorVersion
        end local 3 // byte majorVersion
        end local 2 // byte contentType
        end local 1 // java.nio.ByteBuffer fragBuf
        end local 0 // sun.security.ssl.DTLSInputRecord$RecordFragment this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lsun/security/ssl/DTLSInputRecord$RecordFragment;
            0    5     1       fragBuf  Ljava/nio/ByteBuffer;
            0    5     2   contentType  B
            0    5     3  majorVersion  B
            0    5     4  minorVersion  B
            0    5     5     recordEnS  [B
            0    5     6   recordEpoch  I
            0    5     7     recordSeq  J
            0    5     9  isCiphertext  Z
    MethodParameters:
              Name  Flags
      fragBuf       
      contentType   
      majorVersion  
      minorVersion  
      recordEnS     
      recordEpoch   
      recordSeq     
      isCiphertext  

  void <init>(byte[], byte, byte, byte, byte[], int, long, boolean);
    descriptor: ([BBBB[BIJZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=10, args_size=9
        start local 0 // sun.security.ssl.DTLSInputRecord$RecordFragment this
        start local 1 // byte[] fragment
        start local 2 // byte contentType
        start local 3 // byte majorVersion
        start local 4 // byte minorVersion
        start local 5 // byte[] recordEnS
        start local 6 // int recordEpoch
        start local 7 // long recordSeq
        start local 9 // boolean isCiphertext
         0: .line 432
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 435
            aload 0 /* this */
            iload 9 /* isCiphertext */
            putfield sun.security.ssl.DTLSInputRecord$RecordFragment.isCiphertext:Z
         2: .line 437
            aload 0 /* this */
            iload 2 /* contentType */
            putfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
         3: .line 438
            aload 0 /* this */
            iload 3 /* majorVersion */
            putfield sun.security.ssl.DTLSInputRecord$RecordFragment.majorVersion:B
         4: .line 439
            aload 0 /* this */
            iload 4 /* minorVersion */
            putfield sun.security.ssl.DTLSInputRecord$RecordFragment.minorVersion:B
         5: .line 440
            aload 0 /* this */
            iload 6 /* recordEpoch */
            putfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
         6: .line 441
            aload 0 /* this */
            lload 7 /* recordSeq */
            putfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordSeq:J
         7: .line 442
            aload 0 /* this */
            aload 5 /* recordEnS */
            putfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEnS:[B
         8: .line 443
            aload 0 /* this */
            aload 1 /* fragment */
            putfield sun.security.ssl.DTLSInputRecord$RecordFragment.fragment:[B
         9: .line 445
            return
        end local 9 // boolean isCiphertext
        end local 7 // long recordSeq
        end local 6 // int recordEpoch
        end local 5 // byte[] recordEnS
        end local 4 // byte minorVersion
        end local 3 // byte majorVersion
        end local 2 // byte contentType
        end local 1 // byte[] fragment
        end local 0 // sun.security.ssl.DTLSInputRecord$RecordFragment this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lsun/security/ssl/DTLSInputRecord$RecordFragment;
            0   10     1      fragment  [B
            0   10     2   contentType  B
            0   10     3  majorVersion  B
            0   10     4  minorVersion  B
            0   10     5     recordEnS  [B
            0   10     6   recordEpoch  I
            0   10     7     recordSeq  J
            0   10     9  isCiphertext  Z
    MethodParameters:
              Name  Flags
      fragment      
      contentType   
      majorVersion  
      minorVersion  
      recordEnS     
      recordEpoch   
      recordSeq     
      isCiphertext  

  public int compareTo(sun.security.ssl.DTLSInputRecord$RecordFragment);
    descriptor: (Lsun/security/ssl/DTLSInputRecord$RecordFragment;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.ssl.DTLSInputRecord$RecordFragment this
        start local 1 // sun.security.ssl.DTLSInputRecord$RecordFragment o
         0: .line 449
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
            getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 6
         1: .line 450
            aload 1 /* o */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
            getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 3
         2: .line 454
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
            aload 1 /* o */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
            invokestatic java.lang.Integer.compare:(II)I
            ireturn
         3: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
            aload 1 /* o */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
            if_icmpne 11
         4: .line 456
            aload 1 /* o */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 11
         5: .line 458
            iconst_1
            ireturn
         6: .line 460
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
            getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 11
         7: .line 461
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
            aload 1 /* o */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
            if_icmpne 10
         8: .line 462
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.contentType:B
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 10
         9: .line 464
            iconst_m1
            ireturn
        10: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
            aload 1 /* o */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordSeq:J
            invokevirtual sun.security.ssl.DTLSInputRecord$RecordFragment.compareToSequence:(IJ)I
            ireturn
        11: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
            aload 1 /* o */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordSeq:J
            invokevirtual sun.security.ssl.DTLSInputRecord$RecordFragment.compareToSequence:(IJ)I
            ireturn
        end local 1 // sun.security.ssl.DTLSInputRecord$RecordFragment o
        end local 0 // sun.security.ssl.DTLSInputRecord$RecordFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/security/ssl/DTLSInputRecord$RecordFragment;
            0   12     1     o  Lsun/security/ssl/DTLSInputRecord$RecordFragment;
    MethodParameters:
      Name  Flags
      o     

  int compareToSequence(int, long);
    descriptor: (IJ)I
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.security.ssl.DTLSInputRecord$RecordFragment this
        start local 1 // int epoch
        start local 2 // long seq
         0: .line 475
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
            iload 1 /* epoch */
            if_icmple 2
         1: .line 476
            iconst_1
            ireturn
         2: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordEpoch:I
            iload 1 /* epoch */
            if_icmpne 4
         3: .line 478
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$RecordFragment.recordSeq:J
            lload 2 /* seq */
            invokestatic java.lang.Long.compare:(JJ)I
            ireturn
         4: .line 480
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 2 // long seq
        end local 1 // int epoch
        end local 0 // sun.security.ssl.DTLSInputRecord$RecordFragment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/security/ssl/DTLSInputRecord$RecordFragment;
            0    5     1  epoch  I
            0    5     2    seq  J
    MethodParameters:
       Name  Flags
      epoch  
      seq    

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast sun.security.ssl.DTLSInputRecord$RecordFragment
            invokevirtual sun.security.ssl.DTLSInputRecord$RecordFragment.compareTo:(Lsun/security/ssl/DTLSInputRecord$RecordFragment;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lsun/security/ssl/DTLSInputRecord$RecordFragment;>;
SourceFile: "DTLSInputRecord.java"
NestHost: sun.security.ssl.DTLSInputRecord
InnerClasses:
  private RecordFragment = sun.security.ssl.DTLSInputRecord$RecordFragment of sun.security.ssl.DTLSInputRecord