public class com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter extends com.sun.javafx.image.impl.BaseByteToIntConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter
  super_class: com.sun.javafx.image.impl.BaseByteToIntConverter
{
  public void <init>(com.sun.javafx.image.BytePixelGetter, com.sun.javafx.image.IntPixelSetter);
    descriptor: (Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter this
        start local 1 // com.sun.javafx.image.BytePixelGetter getter
        start local 2 // com.sun.javafx.image.IntPixelSetter setter
         0: .line 173
            aload 0 /* this */
            aload 1 /* getter */
            aload 2 /* setter */
            invokespecial com.sun.javafx.image.impl.BaseByteToIntConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
         1: .line 174
            return
        end local 2 // com.sun.javafx.image.IntPixelSetter setter
        end local 1 // com.sun.javafx.image.BytePixelGetter getter
        end local 0 // com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/javafx/image/impl/ByteIndexed$ToIntArgbAnyConverter;
            0    2     1  getter  Lcom/sun/javafx/image/BytePixelGetter;
            0    2     2  setter  Lcom/sun/javafx/image/IntPixelSetter;
    MethodParameters:
        Name  Flags
      getter  
      setter  

  void doConvert(byte[], int, int, int[], int, int, int, int);
    descriptor: ([BII[IIIII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=11, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter this
        start local 1 // byte[] srcarr
        start local 2 // int srcoff
        start local 3 // int srcscanbytes
        start local 4 // int[] dstarr
        start local 5 // int dstoff
        start local 6 // int dstscanints
        start local 7 // int w
        start local 8 // int h
         0: .line 181
            aload 0 /* this */
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter.getGetter:()Lcom/sun/javafx/image/BytePixelGetter;
            aload 0 /* this */
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter.getSetter:()Lcom/sun/javafx/image/IntPixelSetter;
            invokestatic com.sun.javafx.image.impl.ByteIndexed.getColors:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/PixelSetter;)[I
            astore 9 /* colors */
        start local 9 // int[] colors
         1: .line 183
            goto 9
         2: .line 184
      StackMap locals: int[]
      StackMap stack:
            iconst_0
            istore 10 /* x */
        start local 10 // int x
         3: goto 6
         4: .line 185
      StackMap locals: int
      StackMap stack:
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iload 10 /* x */
            iadd
            aload 9 /* colors */
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iload 10 /* x */
            iadd
            baload
            sipush 255
            iand
            iaload
            iastore
         5: .line 184
            iinc 10 /* x */ 1
      StackMap locals:
      StackMap stack:
         6: iload 10 /* x */
            iload 7 /* w */
            if_icmplt 4
        end local 10 // int x
         7: .line 187
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
         8: .line 188
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
         9: .line 183
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 2
        10: .line 190
            return
        end local 9 // int[] colors
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanints
        end local 5 // int dstoff
        end local 4 // int[] dstarr
        end local 3 // int srcscanbytes
        end local 2 // int srcoff
        end local 1 // byte[] srcarr
        end local 0 // com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lcom/sun/javafx/image/impl/ByteIndexed$ToIntArgbAnyConverter;
            0   11     1        srcarr  [B
            0   11     2        srcoff  I
            0   11     3  srcscanbytes  I
            0   11     4        dstarr  [I
            0   11     5        dstoff  I
            0   11     6   dstscanints  I
            0   11     7             w  I
            0   11     8             h  I
            1   11     9        colors  [I
            3    7    10             x  I
    MethodParameters:
              Name  Flags
      srcarr        
      srcoff        
      srcscanbytes  
      dstarr        
      dstoff        
      dstscanints   
      w             
      h             

  void doConvert(java.nio.ByteBuffer, int, int, java.nio.IntBuffer, int, int, int, int);
    descriptor: (Ljava/nio/ByteBuffer;IILjava/nio/IntBuffer;IIII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=11, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter this
        start local 1 // java.nio.ByteBuffer srcbuf
        start local 2 // int srcoff
        start local 3 // int srcscanbytes
        start local 4 // java.nio.IntBuffer dstbuf
        start local 5 // int dstoff
        start local 6 // int dstscanints
        start local 7 // int w
        start local 8 // int h
         0: .line 197
            aload 0 /* this */
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter.getGetter:()Lcom/sun/javafx/image/BytePixelGetter;
            aload 0 /* this */
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter.getSetter:()Lcom/sun/javafx/image/IntPixelSetter;
            invokestatic com.sun.javafx.image.impl.ByteIndexed.getColors:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/PixelSetter;)[I
            astore 9 /* colors */
        start local 9 // int[] colors
         1: .line 199
            goto 9
         2: .line 200
      StackMap locals: int[]
      StackMap stack:
            iconst_0
            istore 10 /* x */
        start local 10 // int x
         3: goto 6
         4: .line 201
      StackMap locals: int
      StackMap stack:
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 10 /* x */
            iadd
            aload 9 /* colors */
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iload 10 /* x */
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            iaload
            invokevirtual java.nio.IntBuffer.put:(II)Ljava/nio/IntBuffer;
            pop
         5: .line 200
            iinc 10 /* x */ 1
      StackMap locals:
      StackMap stack:
         6: iload 10 /* x */
            iload 7 /* w */
            if_icmplt 4
        end local 10 // int x
         7: .line 203
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
         8: .line 204
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
         9: .line 199
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 2
        10: .line 206
            return
        end local 9 // int[] colors
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanints
        end local 5 // int dstoff
        end local 4 // java.nio.IntBuffer dstbuf
        end local 3 // int srcscanbytes
        end local 2 // int srcoff
        end local 1 // java.nio.ByteBuffer srcbuf
        end local 0 // com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lcom/sun/javafx/image/impl/ByteIndexed$ToIntArgbAnyConverter;
            0   11     1        srcbuf  Ljava/nio/ByteBuffer;
            0   11     2        srcoff  I
            0   11     3  srcscanbytes  I
            0   11     4        dstbuf  Ljava/nio/IntBuffer;
            0   11     5        dstoff  I
            0   11     6   dstscanints  I
            0   11     7             w  I
            0   11     8             h  I
            1   11     9        colors  [I
            3    7    10             x  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanints   
      w             
      h             
}
SourceFile: "ByteIndexed.java"
NestHost: com.sun.javafx.image.impl.ByteIndexed
InnerClasses:
  public ToIntArgbAnyConverter = com.sun.javafx.image.impl.ByteIndexed$ToIntArgbAnyConverter of com.sun.javafx.image.impl.ByteIndexed