abstract class org.jruby.ext.ffi.ArrayMemoryIO$LittleEndianArrayIO 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$LittleEndianArrayIO
  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$LittleEndianArrayIO this
         0: .line 361
            aload 0 /* this */
            invokespecial org.jruby.ext.ffi.ArrayMemoryIO$ArrayIO.<init>:()V
            return
        end local 0 // org.jruby.ext.ffi.ArrayMemoryIO$LittleEndianArrayIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/ArrayMemoryIO$LittleEndianArrayIO;

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

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

  public final long getInt64(byte[], int);
    descriptor: ([BI)J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.ArrayMemoryIO$LittleEndianArrayIO this
        start local 1 // byte[] array
        start local 2 // int offset
         0: .line 372
            aload 1 /* array */
            iload 2 /* offset */
            iconst_0
            iadd
            baload
            i2l
            ldc 255
            land
            iconst_0
            lshl
         1: .line 373
            aload 1 /* array */
            iload 2 /* offset */
            iconst_1
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 8
            lshl
         2: .line 372
            lor
         3: .line 374
            aload 1 /* array */
            iload 2 /* offset */
            iconst_2
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 16
            lshl
         4: .line 372
            lor
         5: .line 375
            aload 1 /* array */
            iload 2 /* offset */
            iconst_3
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 24
            lshl
         6: .line 372
            lor
         7: .line 376
            aload 1 /* array */
            iload 2 /* offset */
            iconst_4
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 32
            lshl
         8: .line 372
            lor
         9: .line 377
            aload 1 /* array */
            iload 2 /* offset */
            iconst_5
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 40
            lshl
        10: .line 372
            lor
        11: .line 378
            aload 1 /* array */
            iload 2 /* offset */
            bipush 6
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 48
            lshl
        12: .line 372
            lor
        13: .line 379
            aload 1 /* array */
            iload 2 /* offset */
            bipush 7
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 56
            lshl
        14: .line 372
            lor
            lreturn
        end local 2 // int offset
        end local 1 // byte[] array
        end local 0 // org.jruby.ext.ffi.ArrayMemoryIO$LittleEndianArrayIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/jruby/ext/ffi/ArrayMemoryIO$LittleEndianArrayIO;
            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$LittleEndianArrayIO this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int value
         0: .line 382
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_0
            iadd
            iload 3 /* value */
            iconst_0
            ishr
            i2b
            bastore
         1: .line 383
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_1
            iadd
            iload 3 /* value */
            bipush 8
            ishr
            i2b
            bastore
         2: .line 384
            return
        end local 3 // int value
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // org.jruby.ext.ffi.ArrayMemoryIO$LittleEndianArrayIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/ext/ffi/ArrayMemoryIO$LittleEndianArrayIO;
            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$LittleEndianArrayIO this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int value
         0: .line 386
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_0
            iadd
            iload 3 /* value */
            iconst_0
            ishr
            i2b
            bastore
         1: .line 387
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_1
            iadd
            iload 3 /* value */
            bipush 8
            ishr
            i2b
            bastore
         2: .line 388
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_2
            iadd
            iload 3 /* value */
            bipush 16
            ishr
            i2b
            bastore
         3: .line 389
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_3
            iadd
            iload 3 /* value */
            bipush 24
            ishr
            i2b
            bastore
         4: .line 390
            return
        end local 3 // int value
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // org.jruby.ext.ffi.ArrayMemoryIO$LittleEndianArrayIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jruby/ext/ffi/ArrayMemoryIO$LittleEndianArrayIO;
            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$LittleEndianArrayIO this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // long value
         0: .line 392
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_0
            iadd
            lload 3 /* value */
            iconst_0
            lshr
            l2i
            i2b
            bastore
         1: .line 393
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_1
            iadd
            lload 3 /* value */
            bipush 8
            lshr
            l2i
            i2b
            bastore
         2: .line 394
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_2
            iadd
            lload 3 /* value */
            bipush 16
            lshr
            l2i
            i2b
            bastore
         3: .line 395
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_3
            iadd
            lload 3 /* value */
            bipush 24
            lshr
            l2i
            i2b
            bastore
         4: .line 396
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_4
            iadd
            lload 3 /* value */
            bipush 32
            lshr
            l2i
            i2b
            bastore
         5: .line 397
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_5
            iadd
            lload 3 /* value */
            bipush 40
            lshr
            l2i
            i2b
            bastore
         6: .line 398
            aload 1 /* buffer */
            iload 2 /* offset */
            bipush 6
            iadd
            lload 3 /* value */
            bipush 48
            lshr
            l2i
            i2b
            bastore
         7: .line 399
            aload 1 /* buffer */
            iload 2 /* offset */
            bipush 7
            iadd
            lload 3 /* value */
            bipush 56
            lshr
            l2i
            i2b
            bastore
         8: .line 400
            return
        end local 3 // long value
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // org.jruby.ext.ffi.ArrayMemoryIO$LittleEndianArrayIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/jruby/ext/ffi/ArrayMemoryIO$LittleEndianArrayIO;
            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 LittleEndianArrayIO = org.jruby.ext.ffi.ArrayMemoryIO$LittleEndianArrayIO of org.jruby.ext.ffi.ArrayMemoryIO