class com.sun.javafx.image.impl.ByteRgb$Getter implements com.sun.javafx.image.BytePixelGetter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.image.impl.ByteRgb$Getter
  super_class: java.lang.Object
{
  static final com.sun.javafx.image.BytePixelGetter instance;
    descriptor: Lcom/sun/javafx/image/BytePixelGetter;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 65
            new com.sun.javafx.image.impl.ByteRgb$Getter
            dup
            invokespecial com.sun.javafx.image.impl.ByteRgb$Getter.<init>:()V
            putstatic com.sun.javafx.image.impl.ByteRgb$Getter.instance:Lcom/sun/javafx/image/BytePixelGetter;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/ByteRgb$Getter;

  public com.sun.javafx.image.AlphaType getAlphaType();
    descriptor: ()Lcom/sun/javafx/image/AlphaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
         0: .line 70
            getstatic com.sun.javafx.image.AlphaType.OPAQUE:Lcom/sun/javafx/image/AlphaType;
            areturn
        end local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/ByteRgb$Getter;

  public int getNumElements();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
         0: .line 75
            iconst_3
            ireturn
        end local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/ByteRgb$Getter;

  public int getArgb(byte[], int);
    descriptor: ([BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
        start local 1 // byte[] arr
        start local 2 // int offset
         0: .line 80
            aload 1 /* arr */
            iload 2 /* offset */
            iconst_2
            iadd
            baload
            sipush 255
            iand
         1: .line 81
            aload 1 /* arr */
            iload 2 /* offset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         2: .line 80
            ior
         3: .line 82
            aload 1 /* arr */
            iload 2 /* offset */
            baload
            sipush 255
            iand
            bipush 16
            ishl
         4: .line 80
            ior
         5: .line 83
            ldc -16777216
         6: .line 80
            ior
            ireturn
        end local 2 // int offset
        end local 1 // byte[] arr
        end local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/javafx/image/impl/ByteRgb$Getter;
            0    7     1     arr  [B
            0    7     2  offset  I
    MethodParameters:
        Name  Flags
      arr     
      offset  

  public int getArgbPre(byte[], int);
    descriptor: ([BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
        start local 1 // byte[] arr
        start local 2 // int offset
         0: .line 88
            aload 1 /* arr */
            iload 2 /* offset */
            iconst_2
            iadd
            baload
            sipush 255
            iand
         1: .line 89
            aload 1 /* arr */
            iload 2 /* offset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         2: .line 88
            ior
         3: .line 90
            aload 1 /* arr */
            iload 2 /* offset */
            baload
            sipush 255
            iand
            bipush 16
            ishl
         4: .line 88
            ior
         5: .line 91
            ldc -16777216
         6: .line 88
            ior
            ireturn
        end local 2 // int offset
        end local 1 // byte[] arr
        end local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/javafx/image/impl/ByteRgb$Getter;
            0    7     1     arr  [B
            0    7     2  offset  I
    MethodParameters:
        Name  Flags
      arr     
      offset  

  public int getArgb(java.nio.ByteBuffer, int);
    descriptor: (Ljava/nio/ByteBuffer;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
        start local 1 // java.nio.ByteBuffer buffer
        start local 2 // int offset
         0: .line 96
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
         1: .line 97
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 8
            ishl
         2: .line 96
            ior
         3: .line 98
            aload 1 /* buffer */
            iload 2 /* offset */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 16
            ishl
         4: .line 96
            ior
         5: .line 99
            ldc -16777216
         6: .line 96
            ior
            ireturn
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/javafx/image/impl/ByteRgb$Getter;
            0    7     1  buffer  Ljava/nio/ByteBuffer;
            0    7     2  offset  I
    MethodParameters:
        Name  Flags
      buffer  
      offset  

  public int getArgbPre(java.nio.ByteBuffer, int);
    descriptor: (Ljava/nio/ByteBuffer;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
        start local 1 // java.nio.ByteBuffer buffer
        start local 2 // int offset
         0: .line 104
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
         1: .line 105
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 8
            ishl
         2: .line 104
            ior
         3: .line 106
            aload 1 /* buffer */
            iload 2 /* offset */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 16
            ishl
         4: .line 104
            ior
         5: .line 107
            ldc -16777216
         6: .line 104
            ior
            ireturn
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // com.sun.javafx.image.impl.ByteRgb$Getter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/javafx/image/impl/ByteRgb$Getter;
            0    7     1  buffer  Ljava/nio/ByteBuffer;
            0    7     2  offset  I
    MethodParameters:
        Name  Flags
      buffer  
      offset  

  public int getArgbPre(java.nio.Buffer, int);
    descriptor: (Ljava/nio/Buffer;I)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.ByteBuffer
            iload 2
            invokevirtual com.sun.javafx.image.impl.ByteRgb$Getter.getArgbPre:(Ljava/nio/ByteBuffer;I)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int getArgb(java.nio.Buffer, int);
    descriptor: (Ljava/nio/Buffer;I)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.ByteBuffer
            iload 2
            invokevirtual com.sun.javafx.image.impl.ByteRgb$Getter.getArgb:(Ljava/nio/ByteBuffer;I)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ByteRgb.java"
NestHost: com.sun.javafx.image.impl.ByteRgb
InnerClasses:
  Getter = com.sun.javafx.image.impl.ByteRgb$Getter of com.sun.javafx.image.impl.ByteRgb