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

  void doConvert(byte[], int, int, byte[], int, int, int, int);
    descriptor: ([BII[BIIII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=12, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$ToByteBgraAnyConverter this
        start local 1 // byte[] srcarr
        start local 2 // int srcoff
        start local 3 // int srcscanbytes
        start local 4 // byte[] dstarr
        start local 5 // int dstoff
        start local 6 // int dstscanbytes
        start local 7 // int w
        start local 8 // int h
         0: .line 132
            aload 0 /* this */
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$ToByteBgraAnyConverter.getGetter:()Lcom/sun/javafx/image/BytePixelGetter;
            aload 0 /* this */
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$ToByteBgraAnyConverter.getSetter:()Lcom/sun/javafx/image/BytePixelSetter;
            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 134
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 135
            goto 14
         3: .line 136
      StackMap locals: int[]
      StackMap stack:
            iconst_0
            istore 10 /* x */
        start local 10 // int x
         4: goto 11
         5: .line 137
      StackMap locals: int
      StackMap stack:
            aload 9 /* colors */
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iload 10 /* x */
            iadd
            baload
            sipush 255
            iand
            iaload
            istore 11 /* argb */
        start local 11 // int argb
         6: .line 138
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 11 /* argb */
            i2b
            bastore
         7: .line 139
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 11 /* argb */
            bipush 8
            ishr
            i2b
            bastore
         8: .line 140
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 11 /* argb */
            bipush 16
            ishr
            i2b
            bastore
         9: .line 141
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 11 /* argb */
            bipush 24
            ishr
            i2b
            bastore
        end local 11 // int argb
        10: .line 136
            iinc 10 /* x */ 1
      StackMap locals:
      StackMap stack:
        11: iload 10 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 10 // int x
        12: .line 143
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        13: .line 144
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        14: .line 135
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        15: .line 146
            return
        end local 9 // int[] colors
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanbytes
        end local 5 // int dstoff
        end local 4 // byte[] 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$ToByteBgraAnyConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lcom/sun/javafx/image/impl/ByteIndexed$ToByteBgraAnyConverter;
            0   16     1        srcarr  [B
            0   16     2        srcoff  I
            0   16     3  srcscanbytes  I
            0   16     4        dstarr  [B
            0   16     5        dstoff  I
            0   16     6  dstscanbytes  I
            0   16     7             w  I
            0   16     8             h  I
            1   16     9        colors  [I
            4   12    10             x  I
            6   10    11          argb  I
    MethodParameters:
              Name  Flags
      srcarr        
      srcoff        
      srcscanbytes  
      dstarr        
      dstoff        
      dstscanbytes  
      w             
      h             

  void doConvert(java.nio.ByteBuffer, int, int, java.nio.ByteBuffer, int, int, int, int);
    descriptor: (Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;IIII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=12, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$ToByteBgraAnyConverter this
        start local 1 // java.nio.ByteBuffer srcbuf
        start local 2 // int srcoff
        start local 3 // int srcscanbytes
        start local 4 // java.nio.ByteBuffer dstbuf
        start local 5 // int dstoff
        start local 6 // int dstscanbytes
        start local 7 // int w
        start local 8 // int h
         0: .line 153
            aload 0 /* this */
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$ToByteBgraAnyConverter.getGetter:()Lcom/sun/javafx/image/BytePixelGetter;
            aload 0 /* this */
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$ToByteBgraAnyConverter.getSetter:()Lcom/sun/javafx/image/BytePixelSetter;
            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 155
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 156
            goto 15
         3: .line 157
      StackMap locals: int[]
      StackMap stack:
            iconst_0
            istore 10 /* x */
        start local 10 // int x
         4: goto 12
         5: .line 158
      StackMap locals: int
      StackMap stack:
            aload 9 /* colors */
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iload 10 /* x */
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            iaload
            istore 11 /* argb */
        start local 11 // int argb
         6: .line 159
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 11 /* argb */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         7: .line 160
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_1
            iadd
            iload 11 /* argb */
            bipush 8
            ishr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         8: .line 161
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_2
            iadd
            iload 11 /* argb */
            bipush 16
            ishr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         9: .line 162
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_3
            iadd
            iload 11 /* argb */
            bipush 24
            ishr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        10: .line 163
            iinc 5 /* dstoff */ 4
        end local 11 // int argb
        11: .line 157
            iinc 10 /* x */ 1
      StackMap locals:
      StackMap stack:
        12: iload 10 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 10 // int x
        13: .line 165
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        14: .line 166
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        15: .line 156
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        16: .line 168
            return
        end local 9 // int[] colors
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanbytes
        end local 5 // int dstoff
        end local 4 // java.nio.ByteBuffer 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$ToByteBgraAnyConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/image/impl/ByteIndexed$ToByteBgraAnyConverter;
            0   17     1        srcbuf  Ljava/nio/ByteBuffer;
            0   17     2        srcoff  I
            0   17     3  srcscanbytes  I
            0   17     4        dstbuf  Ljava/nio/ByteBuffer;
            0   17     5        dstoff  I
            0   17     6  dstscanbytes  I
            0   17     7             w  I
            0   17     8             h  I
            1   17     9        colors  [I
            4   13    10             x  I
            6   11    11          argb  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             
}
SourceFile: "ByteIndexed.java"
NestHost: com.sun.javafx.image.impl.ByteIndexed
InnerClasses:
  public ToByteBgraAnyConverter = com.sun.javafx.image.impl.ByteIndexed$ToByteBgraAnyConverter of com.sun.javafx.image.impl.ByteIndexed