class java.nio.DirectCharBufferRS extends java.nio.DirectCharBufferS implements sun.nio.ch.DirectBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.DirectCharBufferRS
  super_class: java.nio.DirectCharBufferS
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            ldc Ljava/nio/DirectCharBufferRS;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic java.nio.DirectCharBufferRS.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(sun.nio.ch.DirectBuffer, int, int, int, int, int);
    descriptor: (Lsun/nio/ch/DirectBuffer;IIIII)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // java.nio.DirectCharBufferRS this
        start local 1 // sun.nio.ch.DirectBuffer db
        start local 2 // int mark
        start local 3 // int pos
        start local 4 // int lim
        start local 5 // int cap
        start local 6 // int off
         0: .line 202
            aload 0 /* this */
            aload 1 /* db */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            iload 6 /* off */
            invokespecial java.nio.DirectCharBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
         1: .line 204
            return
        end local 6 // int off
        end local 5 // int cap
        end local 4 // int lim
        end local 3 // int pos
        end local 2 // int mark
        end local 1 // sun.nio.ch.DirectBuffer db
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectCharBufferRS;
            0    2     1    db  Lsun/nio/ch/DirectBuffer;
            0    2     2  mark  I
            0    2     3   pos  I
            0    2     4   lim  I
            0    2     5   cap  I
            0    2     6   off  I
    MethodParameters:
      Name  Flags
      db    
      mark  
      pos   
      lim   
      cap   
      off   

  public java.nio.CharBuffer slice();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectCharBufferRS this
         0: .line 207
            aload 0 /* this */
            invokevirtual java.nio.DirectCharBufferRS.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 208
            aload 0 /* this */
            invokevirtual java.nio.DirectCharBufferRS.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 209
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmpgt 3
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            goto 4
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* rem */
        start local 3 // int rem
         5: .line 210
            iload 1 /* pos */
            iconst_1
            ishl
            istore 4 /* off */
        start local 4 // int off
         6: .line 211
            getstatic java.nio.DirectCharBufferRS.$assertionsDisabled:Z
            ifne 7
            iload 4 /* off */
            ifge 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 212
      StackMap locals: int int
      StackMap stack:
            new java.nio.DirectCharBufferRS
            dup
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 3 /* rem */
            iload 3 /* rem */
            iload 4 /* off */
            invokespecial java.nio.DirectCharBufferRS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            areturn
        end local 4 // int off
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/DirectCharBufferRS;
            1    8     1   pos  I
            2    8     2   lim  I
            5    8     3   rem  I
            6    8     4   off  I

  public java.nio.CharBuffer duplicate();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.DirectCharBufferRS this
         0: .line 216
            new java.nio.DirectCharBufferRS
            dup
            aload 0 /* this */
         1: .line 217
            aload 0 /* this */
            invokevirtual java.nio.DirectCharBufferRS.markValue:()I
         2: .line 218
            aload 0 /* this */
            invokevirtual java.nio.DirectCharBufferRS.position:()I
         3: .line 219
            aload 0 /* this */
            invokevirtual java.nio.DirectCharBufferRS.limit:()I
         4: .line 220
            aload 0 /* this */
            invokevirtual java.nio.DirectCharBufferRS.capacity:()I
         5: .line 221
            iconst_0
         6: .line 216
            invokespecial java.nio.DirectCharBufferRS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            areturn
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectCharBufferRS;

  public java.nio.CharBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.DirectCharBufferRS this
         0: .line 233
            aload 0 /* this */
            invokevirtual java.nio.DirectCharBufferRS.duplicate:()Ljava/nio/CharBuffer;
            areturn
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectCharBufferRS;

  public java.nio.CharBuffer put(char);
    descriptor: (C)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.DirectCharBufferRS this
        start local 1 // char x
         0: .line 299
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // char x
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectCharBufferRS;
            0    1     1     x  C
    MethodParameters:
      Name  Flags
      x     

  public java.nio.CharBuffer put(int, char);
    descriptor: (IC)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.nio.DirectCharBufferRS this
        start local 1 // int i
        start local 2 // char x
         0: .line 308
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // char x
        end local 1 // int i
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectCharBufferRS;
            0    1     1     i  I
            0    1     2     x  C
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.CharBuffer put(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.DirectCharBufferRS this
        start local 1 // java.nio.CharBuffer src
         0: .line 349
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // java.nio.CharBuffer src
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectCharBufferRS;
            0    1     1   src  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      src   

  public java.nio.CharBuffer put(char[], int, int);
    descriptor: ([CII)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // java.nio.DirectCharBufferRS this
        start local 1 // char[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 382
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] src
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljava/nio/DirectCharBufferRS;
            0    1     1     src  [C
            0    1     2  offset  I
            0    1     3  length  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public java.nio.CharBuffer compact();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.DirectCharBufferRS this
         0: .line 399
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectCharBufferRS;

  public boolean isDirect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.DirectCharBufferRS this
         0: .line 404
            iconst_1
            ireturn
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectCharBufferRS;

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.DirectCharBufferRS this
         0: .line 408
            iconst_1
            ireturn
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectCharBufferRS;

  public java.lang.String toString(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // java.nio.DirectCharBufferRS this
        start local 1 // int start
        start local 2 // int end
         0: .line 415
            iload 2 /* end */
            aload 0 /* this */
            invokevirtual java.nio.DirectCharBufferRS.limit:()I
            if_icmpgt 1
            iload 1 /* start */
            iload 2 /* end */
            if_icmple 2
         1: .line 416
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 418
      StackMap locals:
      StackMap stack:
            iload 2 /* end */
            iload 1 /* start */
            isub
            istore 3 /* len */
        start local 3 // int len
         3: .line 419
            iload 3 /* len */
            newarray 5
            astore 4 /* ca */
        start local 4 // char[] ca
         4: .line 420
            aload 4 /* ca */
            invokestatic java.nio.CharBuffer.wrap:([C)Ljava/nio/CharBuffer;
            astore 5 /* cb */
        start local 5 // java.nio.CharBuffer cb
         5: .line 421
            aload 0 /* this */
            invokevirtual java.nio.DirectCharBufferRS.duplicate:()Ljava/nio/CharBuffer;
            astore 6 /* db */
        start local 6 // java.nio.CharBuffer db
         6: .line 422
            aload 6 /* db */
            iload 1 /* start */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
         7: .line 423
            aload 6 /* db */
            iload 2 /* end */
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         8: .line 424
            aload 5 /* cb */
            aload 6 /* db */
            invokevirtual java.nio.CharBuffer.put:(Ljava/nio/CharBuffer;)Ljava/nio/CharBuffer;
            pop
         9: .line 425
            new java.lang.String
            dup
            aload 4 /* ca */
            invokespecial java.lang.String.<init>:([C)V
        10: areturn
        end local 6 // java.nio.CharBuffer db
        end local 5 // java.nio.CharBuffer cb
        end local 4 // char[] ca
        end local 3 // int len
        11: .line 426
      StackMap locals:
      StackMap stack: java.lang.StringIndexOutOfBoundsException
            pop
        12: .line 427
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 2 // int end
        end local 1 // int start
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Ljava/nio/DirectCharBufferRS;
            0   13     1  start  I
            0   13     2    end  I
            3   11     3    len  I
            4   11     4     ca  [C
            5   11     5     cb  Ljava/nio/CharBuffer;
            6   11     6     db  Ljava/nio/CharBuffer;
      Exception table:
        from    to  target  type
           2    10      11  Class java.lang.StringIndexOutOfBoundsException
    MethodParameters:
       Name  Flags
      start  
      end    

  public java.nio.CharBuffer subSequence(int, int);
    descriptor: (II)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=3
        start local 0 // java.nio.DirectCharBufferRS this
        start local 1 // int start
        start local 2 // int end
         0: .line 435
            aload 0 /* this */
            invokevirtual java.nio.DirectCharBufferRS.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 436
            aload 0 /* this */
            invokevirtual java.nio.DirectCharBufferRS.limit:()I
            istore 4 /* lim */
        start local 4 // int lim
         2: .line 437
            getstatic java.nio.DirectCharBufferRS.$assertionsDisabled:Z
            ifne 3
            iload 3 /* pos */
            iload 4 /* lim */
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 438
      StackMap locals: int int
      StackMap stack:
            iload 3 /* pos */
            iload 4 /* lim */
            if_icmpgt 4
            iload 3 /* pos */
            goto 5
      StackMap locals:
      StackMap stack:
         4: iload 4 /* lim */
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* pos */
         6: .line 439
            iload 4 /* lim */
            iload 3 /* pos */
            isub
            istore 5 /* len */
        start local 5 // int len
         7: .line 441
            iload 1 /* start */
            iflt 8
            iload 2 /* end */
            iload 5 /* len */
            if_icmpgt 8
            iload 1 /* start */
            iload 2 /* end */
            if_icmple 9
         8: .line 442
      StackMap locals: int
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         9: .line 443
      StackMap locals:
      StackMap stack:
            new java.nio.DirectCharBufferRS
            dup
            aload 0 /* this */
        10: .line 444
            iconst_m1
        11: .line 445
            iload 3 /* pos */
            iload 1 /* start */
            iadd
        12: .line 446
            iload 3 /* pos */
            iload 2 /* end */
            iadd
        13: .line 447
            aload 0 /* this */
            invokevirtual java.nio.DirectCharBufferRS.capacity:()I
        14: .line 448
            aload 0 /* this */
            getfield java.nio.DirectCharBufferRS.offset:I
        15: .line 443
            invokespecial java.nio.DirectCharBufferRS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            areturn
        end local 5 // int len
        end local 4 // int lim
        end local 3 // int pos
        end local 2 // int end
        end local 1 // int start
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Ljava/nio/DirectCharBufferRS;
            0   16     1  start  I
            0   16     2    end  I
            1   16     3    pos  I
            2   16     4    lim  I
            7   16     5    len  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.DirectCharBufferRS this
         0: .line 459
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            if_acmpne 2
         1: .line 460
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            goto 3
      StackMap locals:
      StackMap stack:
         2: getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
         3: .line 459
      StackMap locals:
      StackMap stack: java.nio.ByteOrder
            areturn
        end local 0 // java.nio.DirectCharBufferRS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/nio/DirectCharBufferRS;

  public java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual java.nio.DirectCharBufferRS.subSequence:(II)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DirectCharBufferRS.java"