abstract class org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO extends org.jruby.ext.ffi.ArrayMemoryIO$ArrayIO
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO
  super_class: org.jruby.ext.ffi.ArrayMemoryIO$ArrayIO
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
         0: .line 402
            aload 0 /* this */
            invokespecial org.jruby.ext.ffi.ArrayMemoryIO$ArrayIO.<init>:()V
            return
        end local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/ArrayMemoryIO$BigEndianArrayIO;

  public short getInt16(byte[], int);
    descriptor: ([BI)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
        start local 1 // byte[] array
        start local 2 // int offset
         0: .line 404
            aload 1 /* array */
            iload 2 /* offset */
            iconst_0
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         1: .line 405
            aload 1 /* array */
            iload 2 /* offset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
         2: .line 404
            ior
            i2s
            ireturn
        end local 2 // int offset
        end local 1 // byte[] array
        end local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/ext/ffi/ArrayMemoryIO$BigEndianArrayIO;
            0    3     1   array  [B
            0    3     2  offset  I
    MethodParameters:
        Name  Flags
      array   
      offset  

  public int getInt32(byte[], int);
    descriptor: ([BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
        start local 1 // byte[] array
        start local 2 // int offset
         0: .line 408
            aload 1 /* array */
            iload 2 /* offset */
            iconst_0
            iadd
            baload
            sipush 255
            iand
            bipush 24
            ishl
         1: .line 409
            aload 1 /* array */
            iload 2 /* offset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
         2: .line 408
            ior
         3: .line 410
            aload 1 /* array */
            iload 2 /* offset */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         4: .line 408
            ior
         5: .line 411
            aload 1 /* array */
            iload 2 /* offset */
            iconst_3
            iadd
            baload
            sipush 255
            iand
            iconst_0
            ishl
         6: .line 408
            ior
            ireturn
        end local 2 // int offset
        end local 1 // byte[] array
        end local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jruby/ext/ffi/ArrayMemoryIO$BigEndianArrayIO;
            0    7     1   array  [B
            0    7     2  offset  I
    MethodParameters:
        Name  Flags
      array   
      offset  

  public long getInt64(byte[], int);
    descriptor: ([BI)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
        start local 1 // byte[] array
        start local 2 // int offset
         0: .line 414
            aload 1 /* array */
            iload 2 /* offset */
            iconst_0
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 56
            lshl
         1: .line 415
            aload 1 /* array */
            iload 2 /* offset */
            iconst_1
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 48
            lshl
         2: .line 414
            lor
         3: .line 416
            aload 1 /* array */
            iload 2 /* offset */
            iconst_2
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 40
            lshl
         4: .line 414
            lor
         5: .line 417
            aload 1 /* array */
            iload 2 /* offset */
            iconst_3
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 32
            lshl
         6: .line 414
            lor
         7: .line 418
            aload 1 /* array */
            iload 2 /* offset */
            iconst_4
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 24
            lshl
         8: .line 414
            lor
         9: .line 419
            aload 1 /* array */
            iload 2 /* offset */
            iconst_5
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 16
            lshl
        10: .line 414
            lor
        11: .line 420
            aload 1 /* array */
            iload 2 /* offset */
            bipush 6
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 8
            lshl
        12: .line 414
            lor
        13: .line 421
            aload 1 /* array */
            iload 2 /* offset */
            bipush 7
            iadd
            baload
            i2l
            ldc 255
            land
            iconst_0
            lshl
        14: .line 414
            lor
            lreturn
        end local 2 // int offset
        end local 1 // byte[] array
        end local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/jruby/ext/ffi/ArrayMemoryIO$BigEndianArrayIO;
            0   15     1   array  [B
            0   15     2  offset  I
    MethodParameters:
        Name  Flags
      array   
      offset  

  public final void putInt16(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int value
         0: .line 424
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_0
            iadd
            iload 3 /* value */
            bipush 8
            ishr
            i2b
            bastore
         1: .line 425
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_1
            iadd
            iload 3 /* value */
            iconst_0
            ishr
            i2b
            bastore
         2: .line 426
            return
        end local 3 // int value
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/ext/ffi/ArrayMemoryIO$BigEndianArrayIO;
            0    3     1  buffer  [B
            0    3     2  offset  I
            0    3     3   value  I
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      value   

  public final void putInt32(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int value
         0: .line 428
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_0
            iadd
            iload 3 /* value */
            bipush 24
            ishr
            i2b
            bastore
         1: .line 429
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_1
            iadd
            iload 3 /* value */
            bipush 16
            ishr
            i2b
            bastore
         2: .line 430
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_2
            iadd
            iload 3 /* value */
            bipush 8
            ishr
            i2b
            bastore
         3: .line 431
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_3
            iadd
            iload 3 /* value */
            iconst_0
            ishr
            i2b
            bastore
         4: .line 432
            return
        end local 3 // int value
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jruby/ext/ffi/ArrayMemoryIO$BigEndianArrayIO;
            0    5     1  buffer  [B
            0    5     2  offset  I
            0    5     3   value  I
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      value   

  public final void putInt64(byte[], int, long);
    descriptor: ([BIJ)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // long value
         0: .line 434
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_0
            iadd
            lload 3 /* value */
            bipush 56
            lshr
            l2i
            i2b
            bastore
         1: .line 435
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_1
            iadd
            lload 3 /* value */
            bipush 48
            lshr
            l2i
            i2b
            bastore
         2: .line 436
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_2
            iadd
            lload 3 /* value */
            bipush 40
            lshr
            l2i
            i2b
            bastore
         3: .line 437
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_3
            iadd
            lload 3 /* value */
            bipush 32
            lshr
            l2i
            i2b
            bastore
         4: .line 438
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_4
            iadd
            lload 3 /* value */
            bipush 24
            lshr
            l2i
            i2b
            bastore
         5: .line 439
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_5
            iadd
            lload 3 /* value */
            bipush 16
            lshr
            l2i
            i2b
            bastore
         6: .line 440
            aload 1 /* buffer */
            iload 2 /* offset */
            bipush 6
            iadd
            lload 3 /* value */
            bipush 8
            lshr
            l2i
            i2b
            bastore
         7: .line 441
            aload 1 /* buffer */
            iload 2 /* offset */
            bipush 7
            iadd
            lload 3 /* value */
            iconst_0
            lshr
            l2i
            i2b
            bastore
         8: .line 442
            return
        end local 3 // long value
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/jruby/ext/ffi/ArrayMemoryIO$BigEndianArrayIO;
            0    9     1  buffer  [B
            0    9     2  offset  I
            0    9     3   value  J
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      value   
}
SourceFile: "ArrayMemoryIO.java"
NestHost: org.jruby.ext.ffi.ArrayMemoryIO
InnerClasses:
  protected abstract ArrayIO = org.jruby.ext.ffi.ArrayMemoryIO$ArrayIO of org.jruby.ext.ffi.ArrayMemoryIO
  private abstract BigEndianArrayIO = org.jruby.ext.ffi.ArrayMemoryIO$BigEndianArrayIO of org.jruby.ext.ffi.ArrayMemoryIO