class java.nio.ByteBufferAsCharBufferB extends java.nio.CharBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.ByteBufferAsCharBufferB
  super_class: java.nio.CharBuffer
{
  protected final java.nio.ByteBuffer bb;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

  void <init>(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // java.nio.ByteBufferAsCharBufferB this
        start local 1 // java.nio.ByteBuffer bb
         0: .line 45
            aload 0 /* this */
            iconst_m1
            iconst_0
         1: .line 46
            aload 1 /* bb */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_1
            ishr
         2: .line 47
            aload 1 /* bb */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_1
            ishr
            invokespecial java.nio.CharBuffer.<init>:(IIII)V
         3: .line 48
            aload 0 /* this */
            aload 1 /* bb */
            putfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
         4: .line 50
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.capacity:()I
            istore 2 /* cap */
        start local 2 // int cap
         5: .line 51
            aload 0 /* this */
            iload 2 /* cap */
            invokevirtual java.nio.ByteBufferAsCharBufferB.limit:(I)Ljava/nio/CharBuffer;
            pop
         6: .line 52
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         7: .line 53
            getstatic java.nio.ByteBufferAsCharBufferB.$assertionsDisabled:Z
            ifne 8
            iload 3 /* pos */
            iload 2 /* cap */
            if_icmple 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 54
      StackMap locals: java.nio.ByteBufferAsCharBufferB java.nio.ByteBuffer int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bb */
            getfield java.nio.ByteBuffer.address:J
            putfield java.nio.ByteBufferAsCharBufferB.address:J
         9: .line 58
            return
        end local 3 // int pos
        end local 2 // int cap
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljava/nio/ByteBufferAsCharBufferB;
            0   10     1    bb  Ljava/nio/ByteBuffer;
            5   10     2   cap  I
            7   10     3   pos  I
    MethodParameters:
      Name  Flags
      bb    

  void <init>(java.nio.ByteBuffer, int, int, int, int, long);
    descriptor: (Ljava/nio/ByteBuffer;IIIIJ)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // java.nio.ByteBufferAsCharBufferB this
        start local 1 // java.nio.ByteBuffer bb
        start local 2 // int mark
        start local 3 // int pos
        start local 4 // int lim
        start local 5 // int cap
        start local 6 // long addr
         0: .line 65
            aload 0 /* this */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            invokespecial java.nio.CharBuffer.<init>:(IIII)V
         1: .line 66
            aload 0 /* this */
            aload 1 /* bb */
            putfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
         2: .line 67
            aload 0 /* this */
            lload 6 /* addr */
            putfield java.nio.ByteBufferAsCharBufferB.address:J
         3: .line 68
            getstatic java.nio.ByteBufferAsCharBufferB.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.address:J
            aload 1 /* bb */
            getfield java.nio.ByteBuffer.address:J
            lcmp
            ifge 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 72
      StackMap locals: java.nio.ByteBufferAsCharBufferB java.nio.ByteBuffer int int int int long
      StackMap stack:
            return
        end local 6 // long addr
        end local 5 // int cap
        end local 4 // int lim
        end local 3 // int pos
        end local 2 // int mark
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/ByteBufferAsCharBufferB;
            0    5     1    bb  Ljava/nio/ByteBuffer;
            0    5     2  mark  I
            0    5     3   pos  I
            0    5     4   lim  I
            0    5     5   cap  I
            0    5     6  addr  J
    MethodParameters:
      Name  Flags
      bb    
      mark  
      pos   
      lim   
      cap   
      addr  

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

  public java.nio.CharBuffer slice();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=1
        start local 0 // java.nio.ByteBufferAsCharBufferB this
         0: .line 80
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 81
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 82
            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 83
            aload 0 /* this */
            iload 1 /* pos */
            i2l
            invokevirtual java.nio.ByteBufferAsCharBufferB.byteOffset:(J)J
            lstore 4 /* addr */
        start local 4 // long addr
         6: .line 84
            new java.nio.ByteBufferAsCharBufferB
            dup
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
            iconst_m1
            iconst_0
            iload 3 /* rem */
            iload 3 /* rem */
            lload 4 /* addr */
            invokespecial java.nio.ByteBufferAsCharBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
            areturn
        end local 4 // long addr
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/ByteBufferAsCharBufferB;
            1    7     1   pos  I
            2    7     2   lim  I
            5    7     3   rem  I
            6    7     4  addr  J

  public java.nio.CharBuffer duplicate();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsCharBufferB this
         0: .line 88
            new java.nio.ByteBufferAsCharBufferB
            dup
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
         1: .line 89
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.markValue:()I
         2: .line 90
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.position:()I
         3: .line 91
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.limit:()I
         4: .line 92
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.capacity:()I
         5: .line 93
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.address:J
         6: .line 88
            invokespecial java.nio.ByteBufferAsCharBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
            areturn
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/ByteBufferAsCharBufferB;

  public java.nio.CharBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsCharBufferB this
         0: .line 98
            new java.nio.ByteBufferAsCharBufferRB
            dup
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
         1: .line 99
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.markValue:()I
         2: .line 100
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.position:()I
         3: .line 101
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.limit:()I
         4: .line 102
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.capacity:()I
         5: .line 103
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.address:J
         6: .line 98
            invokespecial java.nio.ByteBufferAsCharBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
            areturn
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/ByteBufferAsCharBufferB;

  private int ix(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.nio.ByteBufferAsCharBufferB this
        start local 1 // int i
         0: .line 112
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.address:J
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
            getfield java.nio.ByteBuffer.address:J
            lsub
            l2i
            istore 2 /* off */
        start local 2 // int off
         1: .line 113
            iload 1 /* i */
            iconst_1
            ishl
            iload 2 /* off */
            iadd
            ireturn
        end local 2 // int off
        end local 1 // int i
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBufferAsCharBufferB;
            0    2     1     i  I
            1    2     2   off  I
    MethodParameters:
      Name  Flags
      i     

  protected long byteOffset(long);
    descriptor: (J)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.nio.ByteBufferAsCharBufferB this
        start local 1 // long i
         0: .line 117
            lload 1 /* i */
            iconst_1
            lshl
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.address:J
            ladd
            lreturn
        end local 1 // long i
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsCharBufferB;
            0    1     1     i  J
    MethodParameters:
      Name  Flags
      i     

  public char get();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // java.nio.ByteBufferAsCharBufferB this
         0: .line 121
            getstatic java.nio.ByteBufferAsCharBufferB.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
            getfield java.nio.ByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.nextGetIndex:()I
            i2l
            invokevirtual java.nio.ByteBufferAsCharBufferB.byteOffset:(J)J
         1: .line 122
            iconst_1
         2: .line 121
            invokevirtual jdk.internal.misc.Unsafe.getCharUnaligned:(Ljava/lang/Object;JZ)C
            istore 1 /* x */
        start local 1 // char x
         3: .line 123
            iload 1 /* x */
            ireturn
        end local 1 // char x
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/nio/ByteBufferAsCharBufferB;
            3    4     1     x  C

  public char get(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.nio.ByteBufferAsCharBufferB this
        start local 1 // int i
         0: .line 127
            getstatic java.nio.ByteBufferAsCharBufferB.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
            getfield java.nio.ByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.ByteBufferAsCharBufferB.checkIndex:(I)I
            i2l
            invokevirtual java.nio.ByteBufferAsCharBufferB.byteOffset:(J)J
         1: .line 128
            iconst_1
         2: .line 127
            invokevirtual jdk.internal.misc.Unsafe.getCharUnaligned:(Ljava/lang/Object;JZ)C
            istore 2 /* x */
        start local 2 // char x
         3: .line 129
            iload 2 /* x */
            ireturn
        end local 2 // char x
        end local 1 // int i
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/nio/ByteBufferAsCharBufferB;
            0    4     1     i  I
            3    4     2     x  C
    MethodParameters:
      Name  Flags
      i     

  char getUnchecked(int);
    descriptor: (I)C
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.nio.ByteBufferAsCharBufferB this
        start local 1 // int i
         0: .line 134
            getstatic java.nio.ByteBufferAsCharBufferB.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
            getfield java.nio.ByteBuffer.hb:[B
            aload 0 /* this */
            iload 1 /* i */
            i2l
            invokevirtual java.nio.ByteBufferAsCharBufferB.byteOffset:(J)J
         1: .line 135
            iconst_1
         2: .line 134
            invokevirtual jdk.internal.misc.Unsafe.getCharUnaligned:(Ljava/lang/Object;JZ)C
            istore 2 /* x */
        start local 2 // char x
         3: .line 136
            iload 2 /* x */
            ireturn
        end local 2 // char x
        end local 1 // int i
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/nio/ByteBufferAsCharBufferB;
            0    4     1     i  I
            3    4     2     x  C
    MethodParameters:
      Name  Flags
      i     

  public java.nio.CharBuffer put(char);
    descriptor: (C)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // java.nio.ByteBufferAsCharBufferB this
        start local 1 // char x
         0: .line 144
            iload 1 /* x */
            istore 2 /* y */
        start local 2 // char y
         1: .line 145
            getstatic java.nio.ByteBufferAsCharBufferB.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
            getfield java.nio.ByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.nextPutIndex:()I
            i2l
            invokevirtual java.nio.ByteBufferAsCharBufferB.byteOffset:(J)J
            iload 2 /* y */
         2: .line 146
            iconst_1
         3: .line 145
            invokevirtual jdk.internal.misc.Unsafe.putCharUnaligned:(Ljava/lang/Object;JCZ)V
         4: .line 147
            aload 0 /* this */
            areturn
        end local 2 // char y
        end local 1 // char x
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/ByteBufferAsCharBufferB;
            0    5     1     x  C
            1    5     2     y  C
    MethodParameters:
      Name  Flags
      x     

  public java.nio.CharBuffer put(int, char);
    descriptor: (IC)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // java.nio.ByteBufferAsCharBufferB this
        start local 1 // int i
        start local 2 // char x
         0: .line 155
            iload 2 /* x */
            istore 3 /* y */
        start local 3 // char y
         1: .line 156
            getstatic java.nio.ByteBufferAsCharBufferB.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
            getfield java.nio.ByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.ByteBufferAsCharBufferB.checkIndex:(I)I
            i2l
            invokevirtual java.nio.ByteBufferAsCharBufferB.byteOffset:(J)J
            iload 3 /* y */
         2: .line 157
            iconst_1
         3: .line 156
            invokevirtual jdk.internal.misc.Unsafe.putCharUnaligned:(Ljava/lang/Object;JCZ)V
         4: .line 158
            aload 0 /* this */
            areturn
        end local 3 // char y
        end local 2 // char x
        end local 1 // int i
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/ByteBufferAsCharBufferB;
            0    5     1     i  I
            0    5     2     x  C
            1    5     3     y  C
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.CharBuffer compact();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // java.nio.ByteBufferAsCharBufferB this
         0: .line 166
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 167
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 168
            getstatic java.nio.ByteBufferAsCharBufferB.$assertionsDisabled:Z
            ifne 3
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 169
      StackMap locals: int int
      StackMap stack:
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmpgt 4
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* rem */
        start local 3 // int rem
         6: .line 171
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 4 /* db */
        start local 4 // java.nio.ByteBuffer db
         7: .line 172
            aload 4 /* db */
            aload 0 /* this */
            iload 2 /* lim */
            invokevirtual java.nio.ByteBufferAsCharBufferB.ix:(I)I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
         8: .line 173
            aload 4 /* db */
            aload 0 /* this */
            iconst_0
            invokevirtual java.nio.ByteBufferAsCharBufferB.ix:(I)I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         9: .line 174
            aload 4 /* db */
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            astore 5 /* sb */
        start local 5 // java.nio.ByteBuffer sb
        10: .line 175
            aload 5 /* sb */
            iload 1 /* pos */
            iconst_1
            ishl
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        11: .line 176
            aload 5 /* sb */
            invokevirtual java.nio.ByteBuffer.compact:()Ljava/nio/ByteBuffer;
            pop
        12: .line 177
            aload 0 /* this */
            iload 3 /* rem */
            invokevirtual java.nio.ByteBufferAsCharBufferB.position:(I)Ljava/nio/CharBuffer;
            pop
        13: .line 178
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.capacity:()I
            invokevirtual java.nio.ByteBufferAsCharBufferB.limit:(I)Ljava/nio/CharBuffer;
            pop
        14: .line 179
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.discardMark:()V
        15: .line 180
            aload 0 /* this */
            areturn
        end local 5 // java.nio.ByteBuffer sb
        end local 4 // java.nio.ByteBuffer db
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Ljava/nio/ByteBufferAsCharBufferB;
            1   16     1   pos  I
            2   16     2   lim  I
            6   16     3   rem  I
            7   16     4    db  Ljava/nio/ByteBuffer;
           10   16     5    sb  Ljava/nio/ByteBuffer;

  public boolean isDirect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsCharBufferB this
         0: .line 187
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.isDirect:()Z
            ireturn
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsCharBufferB;

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

  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.ByteBufferAsCharBufferB this
        start local 1 // int start
        start local 2 // int end
         0: .line 197
            iload 2 /* end */
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.limit:()I
            if_icmpgt 1
            iload 1 /* start */
            iload 2 /* end */
            if_icmple 2
         1: .line 198
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 200
      StackMap locals:
      StackMap stack:
            iload 2 /* end */
            iload 1 /* start */
            isub
            istore 3 /* len */
        start local 3 // int len
         3: .line 201
            iload 3 /* len */
            newarray 5
            astore 4 /* ca */
        start local 4 // char[] ca
         4: .line 202
            aload 4 /* ca */
            invokestatic java.nio.CharBuffer.wrap:([C)Ljava/nio/CharBuffer;
            astore 5 /* cb */
        start local 5 // java.nio.CharBuffer cb
         5: .line 203
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.duplicate:()Ljava/nio/CharBuffer;
            astore 6 /* db */
        start local 6 // java.nio.CharBuffer db
         6: .line 204
            aload 6 /* db */
            iload 1 /* start */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
         7: .line 205
            aload 6 /* db */
            iload 2 /* end */
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/CharBuffer;
            pop
         8: .line 206
            aload 5 /* cb */
            aload 6 /* db */
            invokevirtual java.nio.CharBuffer.put:(Ljava/nio/CharBuffer;)Ljava/nio/CharBuffer;
            pop
         9: .line 207
            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 208
      StackMap locals:
      StackMap stack: java.lang.StringIndexOutOfBoundsException
            pop
        12: .line 209
            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.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Ljava/nio/ByteBufferAsCharBufferB;
            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=9, locals=6, args_size=3
        start local 0 // java.nio.ByteBufferAsCharBufferB this
        start local 1 // int start
        start local 2 // int end
         0: .line 217
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 218
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.limit:()I
            istore 4 /* lim */
        start local 4 // int lim
         2: .line 219
            getstatic java.nio.ByteBufferAsCharBufferB.$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 220
      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 221
            iload 4 /* lim */
            iload 3 /* pos */
            isub
            istore 5 /* len */
        start local 5 // int len
         7: .line 223
            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 224
      StackMap locals: int
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         9: .line 225
      StackMap locals:
      StackMap stack:
            new java.nio.ByteBufferAsCharBufferB
            dup
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.bb:Ljava/nio/ByteBuffer;
        10: .line 226
            iconst_m1
        11: .line 227
            iload 3 /* pos */
            iload 1 /* start */
            iadd
        12: .line 228
            iload 3 /* pos */
            iload 2 /* end */
            iadd
        13: .line 229
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.capacity:()I
        14: .line 230
            aload 0 /* this */
            getfield java.nio.ByteBufferAsCharBufferB.address:J
        15: .line 225
            invokespecial java.nio.ByteBufferAsCharBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)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.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Ljava/nio/ByteBufferAsCharBufferB;
            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=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsCharBufferB this
         0: .line 238
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            areturn
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsCharBufferB;

  java.nio.ByteOrder charRegionOrder();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsCharBufferB this
         0: .line 247
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsCharBufferB.order:()Ljava/nio/ByteOrder;
            areturn
        end local 0 // java.nio.ByteBufferAsCharBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsCharBufferB;

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

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