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

  protected final int offset;
    descriptor: I
    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 31
            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 44
            aload 0 /* this */
            iconst_m1
            iconst_0
         1: .line 45
            aload 1 /* bb */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_2
            ishr
         2: .line 46
            aload 1 /* bb */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_2
            ishr
            invokespecial java.nio.IntBuffer.<init>:(IIII)V
         3: .line 47
            aload 0 /* this */
            aload 1 /* bb */
            putfield java.nio.ByteBufferAsIntBufferB.bb:Ljava/nio/ByteBuffer;
         4: .line 49
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.capacity:()I
            istore 2 /* cap */
        start local 2 // int cap
         5: .line 50
            aload 0 /* this */
            iload 2 /* cap */
            invokevirtual java.nio.ByteBufferAsIntBufferB.limit:(I)Ljava/nio/Buffer;
            pop
         6: .line 51
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         7: .line 52
            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 53
      StackMap locals: java.nio.ByteBufferAsIntBufferB java.nio.ByteBuffer int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* pos */
            putfield java.nio.ByteBufferAsIntBufferB.offset:I
         9: .line 57
            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, int);
    descriptor: (Ljava/nio/ByteBuffer;IIIII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, 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 // int off
         0: .line 64
            aload 0 /* this */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            invokespecial java.nio.IntBuffer.<init>:(IIII)V
         1: .line 65
            aload 0 /* this */
            aload 1 /* bb */
            putfield java.nio.ByteBufferAsIntBufferB.bb:Ljava/nio/ByteBuffer;
         2: .line 66
            aload 0 /* this */
            iload 6 /* off */
            putfield java.nio.ByteBufferAsIntBufferB.offset:I
         3: .line 70
            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 // java.nio.ByteBuffer bb
        end local 0 // java.nio.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/nio/ByteBufferAsIntBufferB;
            0    4     1    bb  Ljava/nio/ByteBuffer;
            0    4     2  mark  I
            0    4     3   pos  I
            0    4     4   lim  I
            0    4     5   cap  I
            0    4     6   off  I
    MethodParameters:
      Name  Flags
      bb    
      mark  
      pos   
      lim   
      cap   
      off   

  public java.nio.IntBuffer slice();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.ByteBufferAsIntBufferB this
         0: .line 73
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 74
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 75
            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 76
            iload 1 /* pos */
            iconst_2
            ishl
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.offset:I
            iadd
            istore 4 /* off */
        start local 4 // int off
         6: .line 77
            getstatic java.nio.ByteBufferAsIntBufferB.$assertionsDisabled:Z
            ifne 7
            iload 4 /* off */
            ifge 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 78
      StackMap locals: int int
      StackMap stack:
            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 */
            iload 4 /* off */
            invokespecial java.nio.ByteBufferAsIntBufferB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
            areturn
        end local 4 // int off
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/ByteBufferAsIntBufferB;
            1    8     1   pos  I
            2    8     2   lim  I
            5    8     3   rem  I
            6    8     4   off  I

  public java.nio.IntBuffer duplicate();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsIntBufferB this
         0: .line 82
            new java.nio.ByteBufferAsIntBufferB
            dup
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.bb:Ljava/nio/ByteBuffer;
         1: .line 83
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.markValue:()I
         2: .line 84
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.position:()I
         3: .line 85
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.limit:()I
         4: .line 86
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.capacity:()I
         5: .line 87
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.offset:I
         6: .line 82
            invokespecial java.nio.ByteBufferAsIntBufferB.<init>:(Ljava/nio/ByteBuffer;IIIII)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=8, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsIntBufferB this
         0: .line 92
            new java.nio.ByteBufferAsIntBufferRB
            dup
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.bb:Ljava/nio/ByteBuffer;
         1: .line 93
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.markValue:()I
         2: .line 94
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.position:()I
         3: .line 95
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.limit:()I
         4: .line 96
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.capacity:()I
         5: .line 97
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.offset:I
         6: .line 92
            invokespecial java.nio.ByteBufferAsIntBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
            areturn
        end local 0 // java.nio.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/ByteBufferAsIntBufferB;

  protected int ix(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.ByteBufferAsIntBufferB this
        start local 1 // int i
         0: .line 106
            iload 1 /* i */
            iconst_2
            ishl
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.offset:I
            iadd
            ireturn
        end local 1 // int 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  I
    MethodParameters:
      Name  Flags
      i     

  public int get();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsIntBufferB this
         0: .line 110
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.bb:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.nextGetIndex:()I
            invokevirtual java.nio.ByteBufferAsIntBufferB.ix:(I)I
            invokestatic java.nio.Bits.getIntB:(Ljava/nio/ByteBuffer;I)I
            ireturn
        end local 0 // java.nio.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsIntBufferB;

  public int get(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.ByteBufferAsIntBufferB this
        start local 1 // int i
         0: .line 114
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.bb:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.ByteBufferAsIntBufferB.checkIndex:(I)I
            invokevirtual java.nio.ByteBufferAsIntBufferB.ix:(I)I
            invokestatic java.nio.Bits.getIntB:(Ljava/nio/ByteBuffer;I)I
            ireturn
        end local 1 // int 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  I
    MethodParameters:
      Name  Flags
      i     

  public java.nio.IntBuffer put(int);
    descriptor: (I)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.nio.ByteBufferAsIntBufferB this
        start local 1 // int x
         0: .line 127
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.bb:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.nextPutIndex:()I
            invokevirtual java.nio.ByteBufferAsIntBufferB.ix:(I)I
            iload 1 /* x */
            invokestatic java.nio.Bits.putIntB:(Ljava/nio/ByteBuffer;II)V
         1: .line 128
            aload 0 /* this */
            areturn
        end local 1 // int x
        end local 0 // java.nio.ByteBufferAsIntBufferB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBufferAsIntBufferB;
            0    2     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public java.nio.IntBuffer put(int, int);
    descriptor: (II)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.nio.ByteBufferAsIntBufferB this
        start local 1 // int i
        start local 2 // int x
         0: .line 136
            aload 0 /* this */
            getfield java.nio.ByteBufferAsIntBufferB.bb:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.ByteBufferAsIntBufferB.checkIndex:(I)I
            invokevirtual java.nio.ByteBufferAsIntBufferB.ix:(I)I
            iload 2 /* x */
            invokestatic java.nio.Bits.putIntB:(Ljava/nio/ByteBuffer;II)V
         1: .line 137
            aload 0 /* this */
            areturn
        end local 2 // int x
        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
            0    2     2     x  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 145
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 146
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 147
            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 148
      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 150
            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 151
            aload 4 /* db */
            aload 0 /* this */
            iload 2 /* lim */
            invokevirtual java.nio.ByteBufferAsIntBufferB.ix:(I)I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         8: .line 152
            aload 4 /* db */
            aload 0 /* this */
            iconst_0
            invokevirtual java.nio.ByteBufferAsIntBufferB.ix:(I)I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         9: .line 153
            aload 4 /* db */
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            astore 5 /* sb */
        start local 5 // java.nio.ByteBuffer sb
        10: .line 154
            aload 5 /* sb */
            iload 1 /* pos */
            iconst_2
            ishl
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        11: .line 155
            aload 5 /* sb */
            invokevirtual java.nio.ByteBuffer.compact:()Ljava/nio/ByteBuffer;
            pop
        12: .line 156
            aload 0 /* this */
            iload 3 /* rem */
            invokevirtual java.nio.ByteBufferAsIntBufferB.position:(I)Ljava/nio/Buffer;
            pop
        13: .line 157
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.capacity:()I
            invokevirtual java.nio.ByteBufferAsIntBufferB.limit:(I)Ljava/nio/Buffer;
            pop
        14: .line 158
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsIntBufferB.discardMark:()V
        15: .line 159
            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 166
            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 170
            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 217
            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;
}
SourceFile: "ByteBufferAsIntBufferB.java"