class java.nio.ByteBufferAsIntBufferB extends java.nio.IntBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.ByteBufferAsIntBufferB
  super_class: java.nio.IntBuffer
{
  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/ByteBufferAsIntBufferB;
            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.ByteBufferAsIntBufferB.$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.ByteBufferAsIntBufferB 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_2
            ishr
         2: .line 47
            aload 1 /* bb */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_2
            ishr
            invokespecial java.nio.IntBuffer.<init>:(IIII)V
         3: .line 48
            aload 0 /* this */
            aload 1 /* bb */
            putfield java.nio.ByteBufferAsIntBufferB.bb:Ljava/nio/ByteBuffer;
         4: .line 50
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.capacity:()I
            istore 2 /* cap */
        start local 2 // int cap
         5: .line 51
            aload 0 /* this */
            iload 2 /* cap */
            invokevirtual java.nio.ByteBufferAsIntBufferB.limit:(I)Ljava/nio/IntBuffer;
            pop
         6: .line 52
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         7: .line 53
            getstatic java.nio.ByteBufferAsIntBufferB.$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.ByteBufferAsIntBufferB java.nio.ByteBuffer int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bb */
            getfield java.nio.ByteBuffer.address:J
            putfield java.nio.ByteBufferAsIntBufferB.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.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljava/nio/ByteBufferAsIntBufferB;
            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.ByteBufferAsIntBufferB 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.IntBuffer.<init>:(IIII)V
         1: .line 66
            aload 0 /* this */
            aload 1 /* bb */
            putfield java.nio.ByteBufferAsIntBufferB.bb:Ljava/nio/ByteBuffer;
         2: .line 67
            aload 0 /* this */
            lload 6 /* addr */
            putfield java.nio.ByteBufferAsIntBufferB.address:J
         3: .line 68
            getstatic java.nio.ByteBufferAsIntBufferB.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.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.ByteBufferAsIntBufferB 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.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/ByteBufferAsIntBufferB;
            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.ByteBufferAsIntBufferB this
         0: .line 76
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.bb:Ljava/nio/ByteBuffer;
            getfield java.nio.ByteBuffer.hb:[B
            areturn
        end local 0 // java.nio.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsIntBufferB;

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

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

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

  private int ix(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.nio.ByteBufferAsIntBufferB this
        start local 1 // int i
         0: .line 112
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.address:J
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.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_2
            ishl
            iload 2 /* off */
            iadd
            ireturn
        end local 2 // int off
        end local 1 // int i
        end local 0 // java.nio.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBufferAsIntBufferB;
            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.ByteBufferAsIntBufferB this
        start local 1 // long i
         0: .line 117
            lload 1 /* i */
            iconst_2
            lshl
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.address:J
            ladd
            lreturn
        end local 1 // long i
        end local 0 // java.nio.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsIntBufferB;
            0    1     1     i  J
    MethodParameters:
      Name  Flags
      i     

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

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

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

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

  public java.nio.IntBuffer compact();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // java.nio.ByteBufferAsIntBufferB this
         0: .line 166
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 167
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 168
            getstatic java.nio.ByteBufferAsIntBufferB.$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.ByteBufferAsIntBufferB.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.ByteBufferAsIntBufferB.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.ByteBufferAsIntBufferB.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_2
            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.ByteBufferAsIntBufferB.position:(I)Ljava/nio/IntBuffer;
            pop
        13: .line 178
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.capacity:()I
            invokevirtual java.nio.ByteBufferAsIntBufferB.limit:(I)Ljava/nio/IntBuffer;
            pop
        14: .line 179
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.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.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Ljava/nio/ByteBufferAsIntBufferB;
            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.ByteBufferAsIntBufferB this
         0: .line 187
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.isDirect:()Z
            ireturn
        end local 0 // java.nio.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsIntBufferB;

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

  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.ByteBufferAsIntBufferB this
         0: .line 238
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            areturn
        end local 0 // java.nio.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsIntBufferB;

  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.ByteBufferAsIntBufferB.slice:()Ljava/nio/IntBuffer;
            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.ByteBufferAsIntBufferB.duplicate:()Ljava/nio/IntBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ByteBufferAsIntBufferB.java"