class com.sun.javafx.image.impl.ByteGray$Accessor implements com.sun.javafx.image.BytePixelAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.image.impl.ByteGray$Accessor
  super_class: java.lang.Object
{
  static final com.sun.javafx.image.BytePixelAccessor instance;
    descriptor: Lcom/sun/javafx/image/BytePixelAccessor;
    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 73
            new com.sun.javafx.image.impl.ByteGray$Accessor
            dup
            invokespecial com.sun.javafx.image.impl.ByteGray$Accessor.<init>:()V
            putstatic com.sun.javafx.image.impl.ByteGray$Accessor.instance:Lcom/sun/javafx/image/BytePixelAccessor;
            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.ByteGray$Accessor this
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/ByteGray$Accessor;

  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.ByteGray$Accessor this
         0: .line 78
            getstatic com.sun.javafx.image.AlphaType.OPAQUE:Lcom/sun/javafx/image/AlphaType;
            areturn
        end local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/ByteGray$Accessor;

  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.ByteGray$Accessor this
         0: .line 83
            iconst_1
            ireturn
        end local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/ByteGray$Accessor;

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

  public int getArgbPre(byte[], int);
    descriptor: ([BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
        start local 1 // byte[] arr
        start local 2 // int offset
         0: .line 94
            aload 1 /* arr */
            iload 2 /* offset */
            baload
            sipush 255
            iand
            istore 3 /* g */
        start local 3 // int g
         1: .line 95
            ldc -16777216
            iload 3 /* g */
            bipush 16
            ishl
            ior
            iload 3 /* g */
            bipush 8
            ishl
            ior
            iload 3 /* g */
            ior
            ireturn
        end local 3 // int g
        end local 2 // int offset
        end local 1 // byte[] arr
        end local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/javafx/image/impl/ByteGray$Accessor;
            0    2     1     arr  [B
            0    2     2  offset  I
            1    2     3       g  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=3, locals=4, args_size=3
        start local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // int offset
         0: .line 100
            aload 1 /* buf */
            iload 2 /* offset */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 3 /* g */
        start local 3 // int g
         1: .line 101
            ldc -16777216
            iload 3 /* g */
            bipush 16
            ishl
            ior
            iload 3 /* g */
            bipush 8
            ishl
            ior
            iload 3 /* g */
            ior
            ireturn
        end local 3 // int g
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/javafx/image/impl/ByteGray$Accessor;
            0    2     1     buf  Ljava/nio/ByteBuffer;
            0    2     2  offset  I
            1    2     3       g  I
    MethodParameters:
        Name  Flags
      buf     
      offset  

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

  public void setArgb(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
        start local 1 // byte[] arr
        start local 2 // int offset
        start local 3 // int argb
         0: .line 112
            aload 1 /* arr */
            iload 2 /* offset */
            iload 3 /* argb */
            invokestatic com.sun.javafx.image.PixelUtils.RgbToGray:(I)I
            i2b
            bastore
         1: .line 113
            return
        end local 3 // int argb
        end local 2 // int offset
        end local 1 // byte[] arr
        end local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/javafx/image/impl/ByteGray$Accessor;
            0    2     1     arr  [B
            0    2     2  offset  I
            0    2     3    argb  I
    MethodParameters:
        Name  Flags
      arr     
      offset  
      argb    

  public void setArgbPre(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
        start local 1 // byte[] arr
        start local 2 // int offset
        start local 3 // int argbpre
         0: .line 117
            aload 0 /* this */
            aload 1 /* arr */
            iload 2 /* offset */
            iload 3 /* argbpre */
            invokestatic com.sun.javafx.image.PixelUtils.PretoNonPre:(I)I
            invokevirtual com.sun.javafx.image.impl.ByteGray$Accessor.setArgb:([BII)V
         1: .line 118
            return
        end local 3 // int argbpre
        end local 2 // int offset
        end local 1 // byte[] arr
        end local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/javafx/image/impl/ByteGray$Accessor;
            0    2     1      arr  [B
            0    2     2   offset  I
            0    2     3  argbpre  I
    MethodParameters:
         Name  Flags
      arr      
      offset   
      argbpre  

  public void setArgb(java.nio.ByteBuffer, int, int);
    descriptor: (Ljava/nio/ByteBuffer;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // int offset
        start local 3 // int argb
         0: .line 122
            aload 1 /* buf */
            iload 2 /* offset */
            iload 3 /* argb */
            invokestatic com.sun.javafx.image.PixelUtils.RgbToGray:(I)I
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         1: .line 123
            return
        end local 3 // int argb
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/javafx/image/impl/ByteGray$Accessor;
            0    2     1     buf  Ljava/nio/ByteBuffer;
            0    2     2  offset  I
            0    2     3    argb  I
    MethodParameters:
        Name  Flags
      buf     
      offset  
      argb    

  public void setArgbPre(java.nio.ByteBuffer, int, int);
    descriptor: (Ljava/nio/ByteBuffer;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // int offset
        start local 3 // int argbpre
         0: .line 127
            aload 0 /* this */
            aload 1 /* buf */
            iload 2 /* offset */
            iload 3 /* argbpre */
            invokestatic com.sun.javafx.image.PixelUtils.PretoNonPre:(I)I
            invokevirtual com.sun.javafx.image.impl.ByteGray$Accessor.setArgb:(Ljava/nio/ByteBuffer;II)V
         1: .line 128
            return
        end local 3 // int argbpre
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // com.sun.javafx.image.impl.ByteGray$Accessor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/javafx/image/impl/ByteGray$Accessor;
            0    2     1      buf  Ljava/nio/ByteBuffer;
            0    2     2   offset  I
            0    2     3  argbpre  I
    MethodParameters:
         Name  Flags
      buf      
      offset   
      argbpre  

  public void setArgb(java.nio.Buffer, int, int);
    descriptor: (Ljava/nio/Buffer;II)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.ByteBuffer
            iload 2
            iload 3
            invokevirtual com.sun.javafx.image.impl.ByteGray$Accessor.setArgb:(Ljava/nio/ByteBuffer;II)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.ByteGray$Accessor.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.ByteGray$Accessor.getArgb:(Ljava/nio/ByteBuffer;I)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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