public abstract class java.nio.CharBuffer extends java.nio.Buffer implements java.lang.Comparable<java.nio.CharBuffer>, java.lang.Appendable, java.lang.CharSequence, java.lang.Readable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: java.nio.CharBuffer
  super_class: java.nio.Buffer
{
  final char[] hb;
    descriptor: [C
    flags: (0x0010) ACC_FINAL

  final int offset;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  boolean isReadOnly;
    descriptor: Z
    flags: (0x0000) 

  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 267
            ldc Ljava/nio/CharBuffer;
            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.CharBuffer.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(int, int, int, int, char[], int, jdk.internal.access.foreign.MemorySegmentProxy);
    descriptor: (IIII[CILjdk/internal/access/foreign/MemorySegmentProxy;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=8, args_size=8
        start local 0 // java.nio.CharBuffer this
        start local 1 // int mark
        start local 2 // int pos
        start local 3 // int lim
        start local 4 // int cap
        start local 5 // char[] hb
        start local 6 // int offset
        start local 7 // jdk.internal.access.foreign.MemorySegmentProxy segment
         0: .line 286
            aload 0 /* this */
            iload 1 /* mark */
            iload 2 /* pos */
            iload 3 /* lim */
            iload 4 /* cap */
            aload 7 /* segment */
            invokespecial java.nio.Buffer.<init>:(IIIILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: .line 287
            aload 0 /* this */
            aload 5 /* hb */
            putfield java.nio.CharBuffer.hb:[C
         2: .line 288
            aload 0 /* this */
            iload 6 /* offset */
            putfield java.nio.CharBuffer.offset:I
         3: .line 289
            return
        end local 7 // jdk.internal.access.foreign.MemorySegmentProxy segment
        end local 6 // int offset
        end local 5 // char[] hb
        end local 4 // int cap
        end local 3 // int lim
        end local 2 // int pos
        end local 1 // int mark
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljava/nio/CharBuffer;
            0    4     1     mark  I
            0    4     2      pos  I
            0    4     3      lim  I
            0    4     4      cap  I
            0    4     5       hb  [C
            0    4     6   offset  I
            0    4     7  segment  Ljdk/internal/access/foreign/MemorySegmentProxy;
    MethodParameters:
         Name  Flags
      mark     
      pos      
      lim      
      cap      
      hb       
      offset   
      segment  

  void <init>(int, int, int, int, jdk.internal.access.foreign.MemorySegmentProxy);
    descriptor: (IIIILjdk/internal/access/foreign/MemorySegmentProxy;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // java.nio.CharBuffer this
        start local 1 // int mark
        start local 2 // int pos
        start local 3 // int lim
        start local 4 // int cap
        start local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
         0: .line 294
            aload 0 /* this */
            iload 1 /* mark */
            iload 2 /* pos */
            iload 3 /* lim */
            iload 4 /* cap */
            aconst_null
            iconst_0
            aload 5 /* segment */
            invokespecial java.nio.CharBuffer.<init>:(IIII[CILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: .line 295
            return
        end local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
        end local 4 // int cap
        end local 3 // int lim
        end local 2 // int pos
        end local 1 // int mark
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljava/nio/CharBuffer;
            0    2     1     mark  I
            0    2     2      pos  I
            0    2     3      lim  I
            0    2     4      cap  I
            0    2     5  segment  Ljdk/internal/access/foreign/MemorySegmentProxy;
    MethodParameters:
         Name  Flags
      mark     
      pos      
      lim      
      cap      
      segment  

  void <init>(char[], long, int, jdk.internal.access.foreign.MemorySegmentProxy);
    descriptor: ([CJILjdk/internal/access/foreign/MemorySegmentProxy;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // java.nio.CharBuffer this
        start local 1 // char[] hb
        start local 2 // long addr
        start local 4 // int cap
        start local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
         0: .line 300
            aload 0 /* this */
            lload 2 /* addr */
            iload 4 /* cap */
            aload 5 /* segment */
            invokespecial java.nio.Buffer.<init>:(JILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: .line 301
            aload 0 /* this */
            aload 1 /* hb */
            putfield java.nio.CharBuffer.hb:[C
         2: .line 302
            aload 0 /* this */
            iconst_0
            putfield java.nio.CharBuffer.offset:I
         3: .line 303
            return
        end local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
        end local 4 // int cap
        end local 2 // long addr
        end local 1 // char[] hb
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljava/nio/CharBuffer;
            0    4     1       hb  [C
            0    4     2     addr  J
            0    4     4      cap  I
            0    4     5  segment  Ljdk/internal/access/foreign/MemorySegmentProxy;
    MethodParameters:
         Name  Flags
      hb       
      addr     
      cap      
      segment  

  java.lang.Object base();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 307
            aload 0 /* this */
            getfield java.nio.CharBuffer.hb:[C
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;

  public static java.nio.CharBuffer allocate(int);
    descriptor: (I)Ljava/nio/CharBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // int capacity
         0: .line 359
            iload 0 /* capacity */
            ifge 2
         1: .line 360
            iload 0 /* capacity */
            invokestatic java.nio.CharBuffer.createCapacityException:(I)Ljava/lang/IllegalArgumentException;
            athrow
         2: .line 361
      StackMap locals:
      StackMap stack:
            new java.nio.HeapCharBuffer
            dup
            iload 0 /* capacity */
            iload 0 /* capacity */
            aconst_null
            invokespecial java.nio.HeapCharBuffer.<init>:(IILjdk/internal/access/foreign/MemorySegmentProxy;)V
            areturn
        end local 0 // int capacity
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public static java.nio.CharBuffer wrap(char[], int, int);
    descriptor: ([CII)Ljava/nio/CharBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // char[] array
        start local 1 // int offset
        start local 2 // int length
         0: .line 406
            new java.nio.HeapCharBuffer
            dup
            aload 0 /* array */
            iload 1 /* offset */
            iload 2 /* length */
            aconst_null
            invokespecial java.nio.HeapCharBuffer.<init>:([CIILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: areturn
         2: .line 407
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            pop
         3: .line 408
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 2 // int length
        end local 1 // int offset
        end local 0 // char[] array
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0   array  [C
            0    4     1  offset  I
            0    4     2  length  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalArgumentException
    MethodParameters:
        Name  Flags
      array   
      offset  
      length  

  public static java.nio.CharBuffer wrap(char[]);
    descriptor: ([C)Ljava/nio/CharBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // char[] array
         0: .line 435
            aload 0 /* array */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic java.nio.CharBuffer.wrap:([CII)Ljava/nio/CharBuffer;
            areturn
        end local 0 // char[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  array  [C
    MethodParameters:
       Name  Flags
      array  

  public int read(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.nio.CharBuffer target
         0: .line 455
            aload 1 /* target */
            invokevirtual java.nio.CharBuffer.remaining:()I
            istore 2 /* targetRemaining */
        start local 2 // int targetRemaining
         1: .line 456
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            istore 3 /* remaining */
        start local 3 // int remaining
         2: .line 457
            iload 3 /* remaining */
            ifne 4
         3: .line 458
            iconst_m1
            ireturn
         4: .line 459
      StackMap locals: int int
      StackMap stack:
            iload 3 /* remaining */
            iload 2 /* targetRemaining */
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* n */
        start local 4 // int n
         5: .line 460
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            istore 5 /* limit */
        start local 5 // int limit
         6: .line 462
            iload 2 /* targetRemaining */
            iload 3 /* remaining */
            if_icmpge 8
         7: .line 463
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            iload 4 /* n */
            iadd
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/CharBuffer;
            pop
         8: .line 465
      StackMap locals: int int
      StackMap stack:
            iload 4 /* n */
            ifle 14
         9: .line 466
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.put:(Ljava/nio/CharBuffer;)Ljava/nio/CharBuffer;
            pop
        10: .line 467
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 6
        12: .line 468
            aload 0 /* this */
            iload 5 /* limit */
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/CharBuffer;
            pop
        13: .line 469
            aload 6
            athrow
        14: .line 468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* limit */
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/CharBuffer;
            pop
        15: .line 470
            iload 4 /* n */
            ireturn
        end local 5 // int limit
        end local 4 // int n
        end local 3 // int remaining
        end local 2 // int targetRemaining
        end local 1 // java.nio.CharBuffer target
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   16     0             this  Ljava/nio/CharBuffer;
            0   16     1           target  Ljava/nio/CharBuffer;
            1   16     2  targetRemaining  I
            2   16     3        remaining  I
            5   16     4                n  I
            6   16     5            limit  I
      Exception table:
        from    to  target  type
           8    11      11  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public static java.nio.CharBuffer wrap(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)Ljava/nio/CharBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.CharSequence csq
        start local 1 // int start
        start local 2 // int end
         0: .line 504
            new java.nio.StringCharBuffer
            dup
            aload 0 /* csq */
            iload 1 /* start */
            iload 2 /* end */
            invokespecial java.nio.StringCharBuffer.<init>:(Ljava/lang/CharSequence;II)V
         1: areturn
         2: .line 505
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            pop
         3: .line 506
            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.lang.CharSequence csq
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0    csq  Ljava/lang/CharSequence;
            0    4     1  start  I
            0    4     2    end  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalArgumentException
    MethodParameters:
       Name  Flags
      csq    
      start  
      end    

  public static java.nio.CharBuffer wrap(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/nio/CharBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.CharSequence csq
         0: .line 525
            aload 0 /* csq */
            iconst_0
            aload 0 /* csq */
            invokeinterface java.lang.CharSequence.length:()I
            invokestatic java.nio.CharBuffer.wrap:(Ljava/lang/CharSequence;II)Ljava/nio/CharBuffer;
            areturn
        end local 0 // java.lang.CharSequence csq
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   csq  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      csq   

  public abstract java.nio.CharBuffer slice();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.CharBuffer slice(int, int);
    descriptor: (II)Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      index   
      length  

  public abstract java.nio.CharBuffer duplicate();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.CharBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract char get();
    descriptor: ()C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.CharBuffer put(char);
    descriptor: (C)Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      c     

  public abstract char get(int);
    descriptor: (I)C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  abstract char getUnchecked(int);
    descriptor: (I)C
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract java.nio.CharBuffer put(int, char);
    descriptor: (IC)Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
      c      

  public java.nio.CharBuffer get(char[], int, int);
    descriptor: ([CII)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // java.nio.CharBuffer this
        start local 1 // char[] dst
        start local 2 // int offset
        start local 3 // int length
         0: .line 785
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* dst */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 786
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            if_icmple 3
         2: .line 787
            new java.nio.BufferUnderflowException
            dup
            invokespecial java.nio.BufferUnderflowException.<init>:()V
            athrow
         3: .line 788
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         4: .line 789
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 790
      StackMap locals: int int
      StackMap stack:
            aload 1 /* dst */
            iload 5 /* i */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.get:()C
            castore
         7: .line 789
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 6
        end local 5 // int i
         9: .line 791
            aload 0 /* this */
            areturn
        end local 4 // int end
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] dst
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljava/nio/CharBuffer;
            0   10     1     dst  [C
            0   10     2  offset  I
            0   10     3  length  I
            4   10     4     end  I
            5    9     5       i  I
    MethodParameters:
        Name  Flags
      dst     
      offset  
      length  

  public java.nio.CharBuffer get(char[]);
    descriptor: ([C)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // char[] dst
         0: .line 814
            aload 0 /* this */
            aload 1 /* dst */
            iconst_0
            aload 1 /* dst */
            arraylength
            invokevirtual java.nio.CharBuffer.get:([CII)Ljava/nio/CharBuffer;
            areturn
        end local 1 // char[] dst
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;
            0    1     1   dst  [C
    MethodParameters:
      Name  Flags
      dst   

  public java.nio.CharBuffer get(int, char[], int, int);
    descriptor: (I[CII)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // java.nio.CharBuffer this
        start local 1 // int index
        start local 2 // char[] dst
        start local 3 // int offset
        start local 4 // int length
         0: .line 862
            iload 1 /* index */
            iload 4 /* length */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 863
            iload 3 /* offset */
            iload 4 /* length */
            aload 2 /* dst */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         2: .line 864
            iload 3 /* offset */
            iload 4 /* length */
            iadd
            istore 5 /* end */
        start local 5 // int end
         3: .line 865
            iload 3 /* offset */
            istore 6 /* i */
        start local 6 // int i
         4: iload 1 /* index */
            istore 7 /* j */
        start local 7 // int j
         5: goto 8
         6: .line 866
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* dst */
            iload 6 /* i */
            aload 0 /* this */
            iload 7 /* j */
            invokevirtual java.nio.CharBuffer.get:(I)C
            castore
         7: .line 865
            iinc 6 /* i */ 1
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 5 /* end */
            if_icmplt 6
        end local 7 // int j
        end local 6 // int i
         9: .line 867
            aload 0 /* this */
            areturn
        end local 5 // int end
        end local 4 // int length
        end local 3 // int offset
        end local 2 // char[] dst
        end local 1 // int index
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljava/nio/CharBuffer;
            0   10     1   index  I
            0   10     2     dst  [C
            0   10     3  offset  I
            0   10     4  length  I
            3   10     5     end  I
            4    9     6       i  I
            5    9     7       j  I
    MethodParameters:
        Name  Flags
      index   
      dst     
      offset  
      length  

  public java.nio.CharBuffer get(int, char[]);
    descriptor: (I[C)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.nio.CharBuffer this
        start local 1 // int index
        start local 2 // char[] dst
         0: .line 898
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            iconst_0
            aload 2 /* dst */
            arraylength
            invokevirtual java.nio.CharBuffer.get:(I[CII)Ljava/nio/CharBuffer;
            areturn
        end local 2 // char[] dst
        end local 1 // int index
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/CharBuffer;
            0    1     1  index  I
            0    1     2    dst  [C
    MethodParameters:
       Name  Flags
      index  
      dst    

  public java.nio.CharBuffer put(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=14, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.nio.CharBuffer src
         0: .line 948
            aload 1 /* src */
            aload 0 /* this */
            if_acmpne 2
         1: .line 949
            invokestatic java.nio.CharBuffer.createSameBufferException:()Ljava/lang/IllegalArgumentException;
            athrow
         2: .line 950
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.isReadOnly:()Z
            ifeq 4
         3: .line 951
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 953
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 2 /* srcPos */
        start local 2 // int srcPos
         5: .line 954
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.limit:()I
            iload 2 /* srcPos */
            isub
            istore 3 /* n */
        start local 3 // int n
         6: .line 955
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         7: .line 956
            iload 3 /* n */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            iload 4 /* pos */
            isub
            if_icmple 9
         8: .line 957
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         9: .line 959
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.base:()Ljava/lang/Object;
            astore 5 /* srcBase */
        start local 5 // java.lang.Object srcBase
        10: .line 962
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.isAddressable:()Z
            ifeq 48
        11: .line 967
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.base:()Ljava/lang/Object;
            astore 6 /* base */
        start local 6 // java.lang.Object base
        12: .line 968
            getstatic java.nio.CharBuffer.$assertionsDisabled:Z
            ifne 13
            aload 6 /* base */
            ifnonnull 13
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.isDirect:()Z
            ifne 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 970
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 1 /* src */
            getfield java.nio.CharBuffer.address:J
            iload 2 /* srcPos */
            i2l
            iconst_1
            lshl
            ladd
            lstore 7 /* srcAddr */
        start local 7 // long srcAddr
        14: .line 971
            aload 0 /* this */
            getfield java.nio.CharBuffer.address:J
            iload 4 /* pos */
            i2l
            iconst_1
            lshl
            ladd
            lstore 9 /* addr */
        start local 9 // long addr
        15: .line 972
            iload 3 /* n */
            i2l
            iconst_1
            lshl
            lstore 11 /* len */
        start local 11 // long len
        16: .line 975
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.order:()Ljava/nio/ByteOrder;
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.order:()Ljava/nio/ByteOrder;
            if_acmpne 31
        17: .line 978
            getstatic java.nio.CharBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 5 /* srcBase */
        18: .line 979
            lload 7 /* srcAddr */
        19: .line 980
            aload 6 /* base */
        20: .line 981
            lload 9 /* addr */
        21: .line 982
            lload 11 /* len */
        22: .line 978
            invokevirtual jdk.internal.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
        23: .line 983
            goto 28
      StackMap locals: java.nio.CharBuffer java.nio.CharBuffer int int int java.lang.Object java.lang.Object long long long
      StackMap stack: java.lang.Throwable
        24: astore 13
        25: .line 984
            aload 1 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        26: .line 985
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        27: .line 986
            aload 13
            athrow
        28: .line 984
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        29: .line 985
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        30: .line 988
            goto 45
        31: .line 990
      StackMap locals:
      StackMap stack:
            getstatic java.nio.CharBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 5 /* srcBase */
        32: .line 991
            lload 7 /* srcAddr */
        33: .line 992
            aload 6 /* base */
        34: .line 993
            lload 9 /* addr */
        35: .line 994
            lload 11 /* len */
        36: .line 995
            ldc 2
        37: .line 990
            invokevirtual jdk.internal.misc.Unsafe.copySwapMemory:(Ljava/lang/Object;JLjava/lang/Object;JJJ)V
        38: .line 996
            goto 43
      StackMap locals:
      StackMap stack: java.lang.Throwable
        39: astore 13
        40: .line 997
            aload 1 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        41: .line 998
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        42: .line 999
            aload 13
            athrow
        43: .line 997
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        44: .line 998
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        45: .line 1003
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* n */
            iadd
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        46: .line 1004
            aload 1 /* src */
            iload 2 /* srcPos */
            iload 3 /* n */
            iadd
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        end local 11 // long len
        end local 9 // long addr
        end local 7 // long srcAddr
        end local 6 // java.lang.Object base
        47: .line 1006
            goto 54
        48: .line 1007
      StackMap locals: java.nio.CharBuffer java.nio.CharBuffer int int int java.lang.Object
      StackMap stack:
            getstatic java.nio.CharBuffer.$assertionsDisabled:Z
            ifne 49
            ldc Ljava/nio/StringCharBuffer;
            aload 1 /* src */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifne 49
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        49: .line 1008
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        50: goto 53
        51: .line 1009
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.get:()C
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        52: .line 1008
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        53: iload 6 /* i */
            iload 3 /* n */
            if_icmplt 51
        end local 6 // int i
        54: .line 1013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 5 // java.lang.Object srcBase
        end local 4 // int pos
        end local 3 // int n
        end local 2 // int srcPos
        end local 1 // java.nio.CharBuffer src
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   55     0     this  Ljava/nio/CharBuffer;
            0   55     1      src  Ljava/nio/CharBuffer;
            5   55     2   srcPos  I
            6   55     3        n  I
            7   55     4      pos  I
           10   55     5  srcBase  Ljava/lang/Object;
           12   47     6     base  Ljava/lang/Object;
           14   47     7  srcAddr  J
           15   47     9     addr  J
           16   47    11      len  J
           50   54     6        i  I
      Exception table:
        from    to  target  type
          17    24      24  any
          31    39      39  any
    MethodParameters:
      Name  Flags
      src   

  public java.nio.CharBuffer put(char[], int, int);
    descriptor: ([CII)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // java.nio.CharBuffer this
        start local 1 // char[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 1068
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* src */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 1069
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            if_icmple 3
         2: .line 1070
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         3: .line 1071
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         4: .line 1072
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 1073
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            iload 5 /* i */
            caload
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
         7: .line 1072
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 6
        end local 5 // int i
         9: .line 1074
            aload 0 /* this */
            areturn
        end local 4 // int end
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] src
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljava/nio/CharBuffer;
            0   10     1     src  [C
            0   10     2  offset  I
            0   10     3  length  I
            4   10     4     end  I
            5    9     5       i  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public final java.nio.CharBuffer put(char[]);
    descriptor: ([C)Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // char[] src
         0: .line 1100
            aload 0 /* this */
            aload 1 /* src */
            iconst_0
            aload 1 /* src */
            arraylength
            invokevirtual java.nio.CharBuffer.put:([CII)Ljava/nio/CharBuffer;
            areturn
        end local 1 // char[] src
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;
            0    1     1   src  [C
    MethodParameters:
      Name  Flags
      src   

  public java.nio.CharBuffer put(int, char[], int, int);
    descriptor: (I[CII)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // java.nio.CharBuffer this
        start local 1 // int index
        start local 2 // char[] src
        start local 3 // int offset
        start local 4 // int length
         0: .line 1149
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.isReadOnly:()Z
            ifeq 2
         1: .line 1150
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         2: .line 1151
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iload 4 /* length */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         3: .line 1152
            iload 3 /* offset */
            iload 4 /* length */
            aload 2 /* src */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         4: .line 1153
            iload 3 /* offset */
            iload 4 /* length */
            iadd
            istore 5 /* end */
        start local 5 // int end
         5: .line 1154
            iload 3 /* offset */
            istore 6 /* i */
        start local 6 // int i
         6: iload 1 /* index */
            istore 7 /* j */
        start local 7 // int j
         7: goto 10
         8: .line 1155
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* j */
            aload 2 /* src */
            iload 6 /* i */
            caload
            invokevirtual java.nio.CharBuffer.put:(IC)Ljava/nio/CharBuffer;
            pop
         9: .line 1154
            iinc 6 /* i */ 1
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 5 /* end */
            if_icmplt 8
        end local 7 // int j
        end local 6 // int i
        11: .line 1156
            aload 0 /* this */
            areturn
        end local 5 // int end
        end local 4 // int length
        end local 3 // int offset
        end local 2 // char[] src
        end local 1 // int index
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Ljava/nio/CharBuffer;
            0   12     1   index  I
            0   12     2     src  [C
            0   12     3  offset  I
            0   12     4  length  I
            5   12     5     end  I
            6   11     6       i  I
            7   11     7       j  I
    MethodParameters:
        Name  Flags
      index   
      src     
      offset  
      length  

  public java.nio.CharBuffer put(int, char[]);
    descriptor: (I[C)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.nio.CharBuffer this
        start local 1 // int index
        start local 2 // char[] src
         0: .line 1189
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            iconst_0
            aload 2 /* src */
            arraylength
            invokevirtual java.nio.CharBuffer.put:(I[CII)Ljava/nio/CharBuffer;
            areturn
        end local 2 // char[] src
        end local 1 // int index
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/CharBuffer;
            0    1     1  index  I
            0    1     2    src  [C
    MethodParameters:
       Name  Flags
      index  
      src    

  public java.nio.CharBuffer put(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.lang.String src
        start local 2 // int start
        start local 3 // int end
         0: .line 1248
            iload 2 /* start */
            iload 3 /* end */
            iload 2 /* start */
            isub
            aload 1 /* src */
            invokevirtual java.lang.String.length:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 1249
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.isReadOnly:()Z
            ifeq 3
         2: .line 1250
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         3: .line 1251
      StackMap locals:
      StackMap stack:
            iload 3 /* end */
            iload 2 /* start */
            isub
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            if_icmple 5
         4: .line 1252
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         5: .line 1253
      StackMap locals:
      StackMap stack:
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 1254
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            iload 4 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
         8: .line 1253
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* end */
            if_icmplt 7
        end local 4 // int i
        10: .line 1255
            aload 0 /* this */
            areturn
        end local 3 // int end
        end local 2 // int start
        end local 1 // java.lang.String src
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Ljava/nio/CharBuffer;
            0   11     1    src  Ljava/lang/String;
            0   11     2  start  I
            0   11     3    end  I
            6   10     4      i  I
    MethodParameters:
       Name  Flags
      src    
      start  
      end    

  public final java.nio.CharBuffer put(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.lang.String src
         0: .line 1280
            aload 0 /* this */
            aload 1 /* src */
            iconst_0
            aload 1 /* src */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.nio.CharBuffer.put:(Ljava/lang/String;II)Ljava/nio/CharBuffer;
            areturn
        end local 1 // java.lang.String src
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;
            0    1     1   src  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      src   

  public final boolean hasArray();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1300
            aload 0 /* this */
            getfield java.nio.CharBuffer.hb:[C
            ifnull 1
            aload 0 /* this */
            getfield java.nio.CharBuffer.isReadOnly:Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public final char[] array();
    descriptor: ()[C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1323
            aload 0 /* this */
            getfield java.nio.CharBuffer.hb:[C
            ifnonnull 2
         1: .line 1324
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 1325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.CharBuffer.isReadOnly:Z
            ifeq 4
         3: .line 1326
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 1327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.CharBuffer.hb:[C
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/CharBuffer;

  public final int arrayOffset();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1351
            aload 0 /* this */
            getfield java.nio.CharBuffer.hb:[C
            ifnonnull 2
         1: .line 1352
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 1353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.CharBuffer.isReadOnly:Z
            ifeq 4
         3: .line 1354
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 1355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.CharBuffer.offset:I
            ireturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/CharBuffer;

  public final java.nio.CharBuffer position(int);
    descriptor: (I)Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // int newPosition
         0: .line 1369
            aload 0 /* this */
            iload 1 /* newPosition */
            invokespecial java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            pop
         1: .line 1370
            aload 0 /* this */
            areturn
        end local 1 // int newPosition
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljava/nio/CharBuffer;
            0    2     1  newPosition  I
    MethodParameters:
             Name  Flags
      newPosition  

  public final java.nio.CharBuffer limit(int);
    descriptor: (I)Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // int newLimit
         0: .line 1382
            aload 0 /* this */
            iload 1 /* newLimit */
            invokespecial java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         1: .line 1383
            aload 0 /* this */
            areturn
        end local 1 // int newLimit
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/nio/CharBuffer;
            0    2     1  newLimit  I
    MethodParameters:
          Name  Flags
      newLimit  

  public final java.nio.CharBuffer mark();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1395
            aload 0 /* this */
            invokespecial java.nio.Buffer.mark:()Ljava/nio/Buffer;
            pop
         1: .line 1396
            aload 0 /* this */
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public final java.nio.CharBuffer reset();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1408
            aload 0 /* this */
            invokespecial java.nio.Buffer.reset:()Ljava/nio/Buffer;
            pop
         1: .line 1409
            aload 0 /* this */
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public final java.nio.CharBuffer clear();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1421
            aload 0 /* this */
            invokespecial java.nio.Buffer.clear:()Ljava/nio/Buffer;
            pop
         1: .line 1422
            aload 0 /* this */
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public final java.nio.CharBuffer flip();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1434
            aload 0 /* this */
            invokespecial java.nio.Buffer.flip:()Ljava/nio/Buffer;
            pop
         1: .line 1435
            aload 0 /* this */
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public final java.nio.CharBuffer rewind();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1447
            aload 0 /* this */
            invokespecial java.nio.Buffer.rewind:()Ljava/nio/Buffer;
            pop
         1: .line 1448
            aload 0 /* this */
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public abstract java.nio.CharBuffer compact();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isDirect();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  boolean isAddressable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1510
            iconst_1
            ireturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1553
            iconst_1
            istore 1 /* h */
        start local 1 // int h
         1: .line 1554
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 2 /* p */
        start local 2 // int p
         2: .line 1555
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 1559
      StackMap locals: int int int
      StackMap stack:
            bipush 31
            iload 1 /* h */
            imul
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual java.nio.CharBuffer.get:(I)C
            iadd
            istore 1 /* h */
         5: .line 1555
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* p */
            if_icmpge 4
        end local 3 // int i
         7: .line 1561
            iload 1 /* h */
            ireturn
        end local 2 // int p
        end local 1 // int h
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/CharBuffer;
            1    8     1     h  I
            2    8     2     p  I
            3    7     3     i  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.lang.Object ob
         0: .line 1597
            aload 0 /* this */
            aload 1 /* ob */
            if_acmpne 2
         1: .line 1598
            iconst_1
            ireturn
         2: .line 1599
      StackMap locals:
      StackMap stack:
            aload 1 /* ob */
            instanceof java.nio.CharBuffer
            ifne 4
         3: .line 1600
            iconst_0
            ireturn
         4: .line 1601
      StackMap locals:
      StackMap stack:
            aload 1 /* ob */
            checkcast java.nio.CharBuffer
            astore 2 /* that */
        start local 2 // java.nio.CharBuffer that
         5: .line 1602
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            aload 2 /* that */
            invokevirtual java.nio.CharBuffer.remaining:()I
            if_icmpeq 7
         6: .line 1603
            iconst_0
            ireturn
         7: .line 1604
      StackMap locals: java.nio.CharBuffer
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
         8: .line 1605
            aload 2 /* that */
            aload 2 /* that */
            invokevirtual java.nio.CharBuffer.position:()I
         9: .line 1606
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
        10: .line 1604
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/CharBuffer;ILjava/nio/CharBuffer;II)I
            ifge 11
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        11: iconst_0
            ireturn
        end local 2 // java.nio.CharBuffer that
        end local 1 // java.lang.Object ob
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/nio/CharBuffer;
            0   12     1    ob  Ljava/lang/Object;
            5   12     2  that  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      ob    

  public int compareTo(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.nio.CharBuffer that
         0: .line 1633
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
         1: .line 1634
            aload 1 /* that */
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.position:()I
         2: .line 1635
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.remaining:()I
            invokestatic java.lang.Math.min:(II)I
         3: .line 1633
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/CharBuffer;ILjava/nio/CharBuffer;II)I
            istore 2 /* i */
        start local 2 // int i
         4: .line 1636
            iload 2 /* i */
            iflt 6
         5: .line 1637
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            iload 2 /* i */
            iadd
            invokevirtual java.nio.CharBuffer.get:(I)C
            aload 1 /* that */
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.position:()I
            iload 2 /* i */
            iadd
            invokevirtual java.nio.CharBuffer.get:(I)C
            invokestatic java.nio.CharBuffer.compare:(CC)I
            ireturn
         6: .line 1639
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.remaining:()I
            isub
            ireturn
        end local 2 // int i
        end local 1 // java.nio.CharBuffer that
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/CharBuffer;
            0    7     1  that  Ljava/nio/CharBuffer;
            4    7     2     i  I
    MethodParameters:
      Name  Flags
      that  

  private static int compare(char, char);
    descriptor: (CC)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // char x
        start local 1 // char y
         0: .line 1649
            iload 0 /* x */
            iload 1 /* y */
            invokestatic java.lang.Character.compare:(CC)I
            ireturn
        end local 1 // char y
        end local 0 // char x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  C
            0    1     1     y  C
    MethodParameters:
      Name  Flags
      x     
      y     

  public int mismatch(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.nio.CharBuffer that
         0: .line 1678
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.remaining:()I
            invokestatic java.lang.Math.min:(II)I
            istore 2 /* length */
        start local 2 // int length
         1: .line 1679
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
         2: .line 1680
            aload 1 /* that */
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.position:()I
         3: .line 1681
            iload 2 /* length */
         4: .line 1679
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/CharBuffer;ILjava/nio/CharBuffer;II)I
            istore 3 /* r */
        start local 3 // int r
         5: .line 1682
            iload 3 /* r */
            iconst_m1
            if_icmpne 6
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.remaining:()I
            if_icmpeq 6
            iload 2 /* length */
            goto 7
      StackMap locals: int int
      StackMap stack:
         6: iload 3 /* r */
      StackMap locals:
      StackMap stack: int
         7: ireturn
        end local 3 // int r
        end local 2 // int length
        end local 1 // java.nio.CharBuffer that
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Ljava/nio/CharBuffer;
            0    8     1    that  Ljava/nio/CharBuffer;
            1    8     2  length  I
            5    8     3       r  I
    MethodParameters:
      Name  Flags
      that  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1700
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            invokevirtual java.nio.CharBuffer.toString:(II)Ljava/lang/String;
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;

  abstract java.lang.String toString(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      start  
      end    

  public final int length();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1719
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            ireturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;

  public final boolean isEmpty();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1731
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public final char charAt(int);
    descriptor: (I)C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // int index
         0: .line 1749
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            invokevirtual java.nio.CharBuffer.checkIndex:(II)I
            iadd
            invokevirtual java.nio.CharBuffer.get:(I)C
            ireturn
        end local 1 // int index
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/CharBuffer;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public abstract java.nio.CharBuffer subSequence(int, int);
    descriptor: (II)Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      start  
      end    

  public java.nio.CharBuffer append(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.lang.CharSequence csq
         0: .line 1819
            aload 1 /* csq */
            ifnonnull 2
         1: .line 1820
            aload 0 /* this */
            ldc "null"
            invokevirtual java.nio.CharBuffer.put:(Ljava/lang/String;)Ljava/nio/CharBuffer;
            areturn
         2: .line 1822
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* csq */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual java.nio.CharBuffer.put:(Ljava/lang/String;)Ljava/nio/CharBuffer;
            areturn
        end local 1 // java.lang.CharSequence csq
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/CharBuffer;
            0    3     1   csq  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      csq   

  public java.nio.CharBuffer append(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.lang.CharSequence csq
        start local 2 // int start
        start local 3 // int end
         0: .line 1858
            aload 1 /* csq */
            ifnonnull 1
            ldc "null"
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* csq */
      StackMap locals:
      StackMap stack: java.lang.CharSequence
         2: astore 4 /* cs */
        start local 4 // java.lang.CharSequence cs
         3: .line 1859
            aload 0 /* this */
            aload 4 /* cs */
            iload 2 /* start */
            iload 3 /* end */
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual java.nio.CharBuffer.put:(Ljava/lang/String;)Ljava/nio/CharBuffer;
            areturn
        end local 4 // java.lang.CharSequence cs
        end local 3 // int end
        end local 2 // int start
        end local 1 // java.lang.CharSequence csq
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljava/nio/CharBuffer;
            0    4     1    csq  Ljava/lang/CharSequence;
            0    4     2  start  I
            0    4     3    end  I
            3    4     4     cs  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      csq    
      start  
      end    

  public java.nio.CharBuffer append(char);
    descriptor: (C)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // char c
         0: .line 1886
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            areturn
        end local 1 // char c
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;
            0    1     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public abstract java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  abstract java.nio.ByteOrder charRegionOrder();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0400) ACC_ABSTRACT

  public java.util.stream.IntStream chars();
    descriptor: ()Ljava/util/stream/IntStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 2117
            aload 0 /* this */
            invokedynamic get(Ljava/nio/CharBuffer;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  java/nio/CharBuffer.lambda$0()Ljava/util/Spliterator$OfInt; (7)
                  ()Ljava/util/Spliterator$OfInt;
         1: .line 2118
            sipush 16464
            iconst_0
         2: .line 2117
            invokestatic java.util.stream.StreamSupport.intStream:(Ljava/util/function/Supplier;IZ)Ljava/util/stream/IntStream;
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/CharBuffer;

  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.CharBuffer.subSequence:(II)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer rewind();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.CharBuffer.rewind:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer reset();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.CharBuffer.reset:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer clear();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.CharBuffer.clear:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer slice(int, int);
    descriptor: (II)Ljava/nio/Buffer;
    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.CharBuffer.slice:(II)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer slice();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.CharBuffer.slice:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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 java.nio.CharBuffer
            invokevirtual java.nio.CharBuffer.compareTo:(Ljava/nio/CharBuffer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer position(int);
    descriptor: (I)Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer limit(int);
    descriptor: (I)Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer mark();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.CharBuffer.mark:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer duplicate();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.CharBuffer.duplicate:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object array();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.CharBuffer.array:()[C
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer flip();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.CharBuffer.flip:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Appendable append(char);
    descriptor: (C)Ljava/lang/Appendable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual java.nio.CharBuffer.append:(C)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public java.lang.Appendable append(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)Ljava/lang/Appendable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokevirtual java.nio.CharBuffer.append:(Ljava/lang/CharSequence;II)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public java.lang.Appendable append(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/Appendable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual java.nio.CharBuffer.append:(Ljava/lang/CharSequence;)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  private java.util.Spliterator$OfInt lambda$0();
    descriptor: ()Ljava/util/Spliterator$OfInt;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 2117
            new java.nio.CharBufferSpliterator
            dup
            aload 0 /* this */
            invokespecial java.nio.CharBufferSpliterator.<init>:(Ljava/nio/CharBuffer;)V
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;
}
Signature: Ljava/nio/Buffer;Ljava/lang/Comparable<Ljava/nio/CharBuffer;>;Ljava/lang/Appendable;Ljava/lang/CharSequence;Ljava/lang/Readable;
SourceFile: "CharBuffer.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OfInt = java.util.Spliterator$OfInt of java.util.Spliterator