class java.nio.HeapByteBufferR extends java.nio.HeapByteBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.HeapByteBufferR
  super_class: java.nio.HeapByteBuffer
{
  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // int cap
        start local 2 // int lim
         0: .line 63
            aload 0 /* this */
            iload 1 /* cap */
            iload 2 /* lim */
            invokespecial java.nio.HeapByteBuffer.<init>:(II)V
         1: .line 64
            aload 0 /* this */
            iconst_1
            putfield java.nio.HeapByteBufferR.isReadOnly:Z
         2: .line 66
            return
        end local 2 // int lim
        end local 1 // int cap
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapByteBufferR;
            0    3     1   cap  I
            0    3     2   lim  I
    MethodParameters:
      Name  Flags
      cap   
      lim   

  void <init>(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // byte[] buf
        start local 2 // int off
        start local 3 // int len
         0: .line 76
            aload 0 /* this */
            aload 1 /* buf */
            iload 2 /* off */
            iload 3 /* len */
            invokespecial java.nio.HeapByteBuffer.<init>:([BII)V
         1: .line 77
            aload 0 /* this */
            iconst_1
            putfield java.nio.HeapByteBufferR.isReadOnly:Z
         2: .line 79
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] buf
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapByteBufferR;
            0    3     1   buf  [B
            0    3     2   off  I
            0    3     3   len  I
    MethodParameters:
      Name  Flags
      buf   
      off   
      len   

  protected void <init>(byte[], int, int, int, int, int);
    descriptor: ([BIIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // byte[] buf
        start local 2 // int mark
        start local 3 // int pos
        start local 4 // int lim
        start local 5 // int cap
        start local 6 // int off
         0: .line 92
            aload 0 /* this */
            aload 1 /* buf */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            iload 6 /* off */
            invokespecial java.nio.HeapByteBuffer.<init>:([BIIIII)V
         1: .line 93
            aload 0 /* this */
            iconst_1
            putfield java.nio.HeapByteBufferR.isReadOnly:Z
         2: .line 95
            return
        end local 6 // int off
        end local 5 // int cap
        end local 4 // int lim
        end local 3 // int pos
        end local 2 // int mark
        end local 1 // byte[] buf
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapByteBufferR;
            0    3     1   buf  [B
            0    3     2  mark  I
            0    3     3   pos  I
            0    3     4   lim  I
            0    3     5   cap  I
            0    3     6   off  I
    MethodParameters:
      Name  Flags
      buf   
      mark  
      pos   
      lim   
      cap   
      off   

  public java.nio.ByteBuffer slice();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=1
        start local 0 // java.nio.HeapByteBufferR this
         0: .line 98
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 99
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 100
            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 101
            new java.nio.HeapByteBufferR
            dup
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.hb:[B
         6: .line 102
            iconst_m1
         7: .line 103
            iconst_0
         8: .line 104
            iload 3 /* rem */
         9: .line 105
            iload 3 /* rem */
        10: .line 106
            iload 1 /* pos */
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.offset:I
            iadd
        11: .line 101
            invokespecial java.nio.HeapByteBufferR.<init>:([BIIIII)V
            areturn
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/nio/HeapByteBufferR;
            1   12     1   pos  I
            2   12     2   lim  I
            5   12     3   rem  I

  public java.nio.ByteBuffer duplicate();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.HeapByteBufferR this
         0: .line 110
            new java.nio.HeapByteBufferR
            dup
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.hb:[B
         1: .line 111
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.markValue:()I
         2: .line 112
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.position:()I
         3: .line 113
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.limit:()I
         4: .line 114
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.capacity:()I
         5: .line 115
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.offset:I
         6: .line 110
            invokespecial java.nio.HeapByteBufferR.<init>:([BIIIII)V
            areturn
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/HeapByteBufferR;

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

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

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

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

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

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

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

  byte _get(int);
    descriptor: (I)B
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // int i
         0: .line 253
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.hb:[B
            iload 1 /* i */
            baload
            ireturn
        end local 1 // int i
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBufferR;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  void _put(int, byte);
    descriptor: (IB)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // int i
        start local 2 // byte b
         0: .line 260
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // byte b
        end local 1 // int i
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBufferR;
            0    1     1     i  I
            0    1     2     b  B
    MethodParameters:
      Name  Flags
      i     
      b     

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

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

  public java.nio.CharBuffer asCharBuffer();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // java.nio.HeapByteBufferR this
         0: .line 297
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 298
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.limit:()I
            iload 1 /* pos */
            isub
            iconst_1
            ishr
            istore 2 /* size */
        start local 2 // int size
         2: .line 299
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.offset:I
            iload 1 /* pos */
            iadd
            istore 3 /* off */
        start local 3 // int off
         3: .line 300
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.bigEndian:Z
            ifeq 12
         4: .line 301
            new java.nio.ByteBufferAsCharBufferRB
            dup
            aload 0 /* this */
         5: .line 302
            iconst_m1
         6: .line 303
            iconst_0
         7: .line 304
            iload 2 /* size */
         8: .line 305
            iload 2 /* size */
         9: .line 306
            iload 3 /* off */
        10: .line 301
            invokespecial java.nio.ByteBufferAsCharBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        11: .line 306
            goto 19
        12: .line 307
      StackMap locals: int int int
      StackMap stack:
            new java.nio.ByteBufferAsCharBufferRL
            dup
            aload 0 /* this */
        13: .line 308
            iconst_m1
        14: .line 309
            iconst_0
        15: .line 310
            iload 2 /* size */
        16: .line 311
            iload 2 /* size */
        17: .line 312
            iload 3 /* off */
        18: .line 307
            invokespecial java.nio.ByteBufferAsCharBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        19: .line 300
      StackMap locals:
      StackMap stack: java.nio.CharBuffer
            areturn
        end local 3 // int off
        end local 2 // int size
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/nio/HeapByteBufferR;
            1   20     1   pos  I
            2   20     2  size  I
            3   20     3   off  I

  public java.nio.ByteBuffer putShort(short);
    descriptor: (S)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // short x
         0: .line 335
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // short x
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBufferR;
            0    1     1     x  S
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer putShort(int, short);
    descriptor: (IS)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // int i
        start local 2 // short x
         0: .line 344
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // short x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBufferR;
            0    1     1     i  I
            0    1     2     x  S
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.ShortBuffer asShortBuffer();
    descriptor: ()Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // java.nio.HeapByteBufferR this
         0: .line 349
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 350
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.limit:()I
            iload 1 /* pos */
            isub
            iconst_1
            ishr
            istore 2 /* size */
        start local 2 // int size
         2: .line 351
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.offset:I
            iload 1 /* pos */
            iadd
            istore 3 /* off */
        start local 3 // int off
         3: .line 352
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.bigEndian:Z
            ifeq 12
         4: .line 353
            new java.nio.ByteBufferAsShortBufferRB
            dup
            aload 0 /* this */
         5: .line 354
            iconst_m1
         6: .line 355
            iconst_0
         7: .line 356
            iload 2 /* size */
         8: .line 357
            iload 2 /* size */
         9: .line 358
            iload 3 /* off */
        10: .line 353
            invokespecial java.nio.ByteBufferAsShortBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        11: .line 358
            goto 19
        12: .line 359
      StackMap locals: int int int
      StackMap stack:
            new java.nio.ByteBufferAsShortBufferRL
            dup
            aload 0 /* this */
        13: .line 360
            iconst_m1
        14: .line 361
            iconst_0
        15: .line 362
            iload 2 /* size */
        16: .line 363
            iload 2 /* size */
        17: .line 364
            iload 3 /* off */
        18: .line 359
            invokespecial java.nio.ByteBufferAsShortBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        19: .line 352
      StackMap locals:
      StackMap stack: java.nio.ShortBuffer
            areturn
        end local 3 // int off
        end local 2 // int size
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/nio/HeapByteBufferR;
            1   20     1   pos  I
            2   20     2  size  I
            3   20     3   off  I

  public java.nio.ByteBuffer putInt(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // int x
         0: .line 387
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // int x
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBufferR;
            0    1     1     x  I
    MethodParameters:
      Name  Flags
      x     

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

  public java.nio.IntBuffer asIntBuffer();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // java.nio.HeapByteBufferR this
         0: .line 401
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 402
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.limit:()I
            iload 1 /* pos */
            isub
            iconst_2
            ishr
            istore 2 /* size */
        start local 2 // int size
         2: .line 403
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.offset:I
            iload 1 /* pos */
            iadd
            istore 3 /* off */
        start local 3 // int off
         3: .line 404
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.bigEndian:Z
            ifeq 12
         4: .line 405
            new java.nio.ByteBufferAsIntBufferRB
            dup
            aload 0 /* this */
         5: .line 406
            iconst_m1
         6: .line 407
            iconst_0
         7: .line 408
            iload 2 /* size */
         8: .line 409
            iload 2 /* size */
         9: .line 410
            iload 3 /* off */
        10: .line 405
            invokespecial java.nio.ByteBufferAsIntBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        11: .line 410
            goto 19
        12: .line 411
      StackMap locals: int int int
      StackMap stack:
            new java.nio.ByteBufferAsIntBufferRL
            dup
            aload 0 /* this */
        13: .line 412
            iconst_m1
        14: .line 413
            iconst_0
        15: .line 414
            iload 2 /* size */
        16: .line 415
            iload 2 /* size */
        17: .line 416
            iload 3 /* off */
        18: .line 411
            invokespecial java.nio.ByteBufferAsIntBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        19: .line 404
      StackMap locals:
      StackMap stack: java.nio.IntBuffer
            areturn
        end local 3 // int off
        end local 2 // int size
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/nio/HeapByteBufferR;
            1   20     1   pos  I
            2   20     2  size  I
            3   20     3   off  I

  public java.nio.ByteBuffer putLong(long);
    descriptor: (J)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // long x
         0: .line 439
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // long x
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBufferR;
            0    1     1     x  J
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer putLong(int, long);
    descriptor: (IJ)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // int i
        start local 2 // long x
         0: .line 448
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // long x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBufferR;
            0    1     1     i  I
            0    1     2     x  J
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.LongBuffer asLongBuffer();
    descriptor: ()Ljava/nio/LongBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // java.nio.HeapByteBufferR this
         0: .line 453
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 454
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.limit:()I
            iload 1 /* pos */
            isub
            iconst_3
            ishr
            istore 2 /* size */
        start local 2 // int size
         2: .line 455
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.offset:I
            iload 1 /* pos */
            iadd
            istore 3 /* off */
        start local 3 // int off
         3: .line 456
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.bigEndian:Z
            ifeq 12
         4: .line 457
            new java.nio.ByteBufferAsLongBufferRB
            dup
            aload 0 /* this */
         5: .line 458
            iconst_m1
         6: .line 459
            iconst_0
         7: .line 460
            iload 2 /* size */
         8: .line 461
            iload 2 /* size */
         9: .line 462
            iload 3 /* off */
        10: .line 457
            invokespecial java.nio.ByteBufferAsLongBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        11: .line 462
            goto 19
        12: .line 463
      StackMap locals: int int int
      StackMap stack:
            new java.nio.ByteBufferAsLongBufferRL
            dup
            aload 0 /* this */
        13: .line 464
            iconst_m1
        14: .line 465
            iconst_0
        15: .line 466
            iload 2 /* size */
        16: .line 467
            iload 2 /* size */
        17: .line 468
            iload 3 /* off */
        18: .line 463
            invokespecial java.nio.ByteBufferAsLongBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        19: .line 456
      StackMap locals:
      StackMap stack: java.nio.LongBuffer
            areturn
        end local 3 // int off
        end local 2 // int size
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/nio/HeapByteBufferR;
            1   20     1   pos  I
            2   20     2  size  I
            3   20     3   off  I

  public java.nio.ByteBuffer putFloat(float);
    descriptor: (F)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // float x
         0: .line 491
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // float x
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBufferR;
            0    1     1     x  F
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer putFloat(int, float);
    descriptor: (IF)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // int i
        start local 2 // float x
         0: .line 500
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // float x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBufferR;
            0    1     1     i  I
            0    1     2     x  F
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.FloatBuffer asFloatBuffer();
    descriptor: ()Ljava/nio/FloatBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // java.nio.HeapByteBufferR this
         0: .line 505
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 506
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.limit:()I
            iload 1 /* pos */
            isub
            iconst_2
            ishr
            istore 2 /* size */
        start local 2 // int size
         2: .line 507
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.offset:I
            iload 1 /* pos */
            iadd
            istore 3 /* off */
        start local 3 // int off
         3: .line 508
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.bigEndian:Z
            ifeq 12
         4: .line 509
            new java.nio.ByteBufferAsFloatBufferRB
            dup
            aload 0 /* this */
         5: .line 510
            iconst_m1
         6: .line 511
            iconst_0
         7: .line 512
            iload 2 /* size */
         8: .line 513
            iload 2 /* size */
         9: .line 514
            iload 3 /* off */
        10: .line 509
            invokespecial java.nio.ByteBufferAsFloatBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        11: .line 514
            goto 19
        12: .line 515
      StackMap locals: int int int
      StackMap stack:
            new java.nio.ByteBufferAsFloatBufferRL
            dup
            aload 0 /* this */
        13: .line 516
            iconst_m1
        14: .line 517
            iconst_0
        15: .line 518
            iload 2 /* size */
        16: .line 519
            iload 2 /* size */
        17: .line 520
            iload 3 /* off */
        18: .line 515
            invokespecial java.nio.ByteBufferAsFloatBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        19: .line 508
      StackMap locals:
      StackMap stack: java.nio.FloatBuffer
            areturn
        end local 3 // int off
        end local 2 // int size
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/nio/HeapByteBufferR;
            1   20     1   pos  I
            2   20     2  size  I
            3   20     3   off  I

  public java.nio.ByteBuffer putDouble(double);
    descriptor: (D)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // double x
         0: .line 543
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // double x
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBufferR;
            0    1     1     x  D
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer putDouble(int, double);
    descriptor: (ID)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // java.nio.HeapByteBufferR this
        start local 1 // int i
        start local 2 // double x
         0: .line 552
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // double x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBufferR;
            0    1     1     i  I
            0    1     2     x  D
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.DoubleBuffer asDoubleBuffer();
    descriptor: ()Ljava/nio/DoubleBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // java.nio.HeapByteBufferR this
         0: .line 557
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 558
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBufferR.limit:()I
            iload 1 /* pos */
            isub
            iconst_3
            ishr
            istore 2 /* size */
        start local 2 // int size
         2: .line 559
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.offset:I
            iload 1 /* pos */
            iadd
            istore 3 /* off */
        start local 3 // int off
         3: .line 560
            aload 0 /* this */
            getfield java.nio.HeapByteBufferR.bigEndian:Z
            ifeq 12
         4: .line 561
            new java.nio.ByteBufferAsDoubleBufferRB
            dup
            aload 0 /* this */
         5: .line 562
            iconst_m1
         6: .line 563
            iconst_0
         7: .line 564
            iload 2 /* size */
         8: .line 565
            iload 2 /* size */
         9: .line 566
            iload 3 /* off */
        10: .line 561
            invokespecial java.nio.ByteBufferAsDoubleBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        11: .line 566
            goto 19
        12: .line 567
      StackMap locals: int int int
      StackMap stack:
            new java.nio.ByteBufferAsDoubleBufferRL
            dup
            aload 0 /* this */
        13: .line 568
            iconst_m1
        14: .line 569
            iconst_0
        15: .line 570
            iload 2 /* size */
        16: .line 571
            iload 2 /* size */
        17: .line 572
            iload 3 /* off */
        18: .line 567
            invokespecial java.nio.ByteBufferAsDoubleBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        19: .line 560
      StackMap locals:
      StackMap stack: java.nio.DoubleBuffer
            areturn
        end local 3 // int off
        end local 2 // int size
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/nio/HeapByteBufferR;
            1   20     1   pos  I
            2   20     2  size  I
            3   20     3   off  I
}
SourceFile: "HeapByteBufferR.java"