class com.sun.javafx.image.impl.ByteRgb$SwapThreeByteConverter extends com.sun.javafx.image.impl.BaseByteToByteConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.image.impl.ByteRgb$SwapThreeByteConverter
  super_class: com.sun.javafx.image.impl.BaseByteToByteConverter
{
  static final com.sun.javafx.image.ByteToBytePixelConverter rgbToBgrInstance;
    descriptor: Lcom/sun/javafx/image/ByteToBytePixelConverter;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 260
            new com.sun.javafx.image.impl.ByteRgb$SwapThreeByteConverter
            dup
            getstatic com.sun.javafx.image.impl.ByteRgb.getter:Lcom/sun/javafx/image/BytePixelGetter;
            getstatic com.sun.javafx.image.impl.ByteBgr.accessor:Lcom/sun/javafx/image/BytePixelAccessor;
            invokespecial com.sun.javafx.image.impl.ByteRgb$SwapThreeByteConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
         1: .line 259
            putstatic com.sun.javafx.image.impl.ByteRgb$SwapThreeByteConverter.rgbToBgrInstance:Lcom/sun/javafx/image/ByteToBytePixelConverter;
         2: .line 260
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.ByteRgb$SwapThreeByteConverter this
        start local 1 // com.sun.javafx.image.BytePixelGetter getter
        start local 2 // com.sun.javafx.image.BytePixelSetter setter
         0: .line 263
            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 264
            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.ByteRgb$SwapThreeByteConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/javafx/image/impl/ByteRgb$SwapThreeByteConverter;
            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=5, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteRgb$SwapThreeByteConverter 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 271
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_3
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 272
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 3 /* srcscanbytes */
         2: .line 273
            goto 13
         3: .line 274
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 10
         5: .line 275
      StackMap locals: int
      StackMap stack:
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iconst_2
            iadd
            baload
            bastore
         6: .line 276
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iconst_1
            iadd
            baload
            bastore
         7: .line 277
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            baload
            bastore
         8: .line 278
            iinc 2 /* srcoff */ 3
         9: .line 274
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        10: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        11: .line 280
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        12: .line 281
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        13: .line 273
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        14: .line 283
            return
        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.ByteRgb$SwapThreeByteConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lcom/sun/javafx/image/impl/ByteRgb$SwapThreeByteConverter;
            0   15     1        srcarr  [B
            0   15     2        srcoff  I
            0   15     3  srcscanbytes  I
            0   15     4        dstarr  [B
            0   15     5        dstoff  I
            0   15     6  dstscanbytes  I
            0   15     7             w  I
            0   15     8             h  I
            4   11     9             x  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=5, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteRgb$SwapThreeByteConverter 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 290
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_3
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 291
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 3 /* srcscanbytes */
         2: .line 292
            goto 13
         3: .line 293
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 10
         5: .line 294
      StackMap locals: int
      StackMap stack:
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         6: .line 295
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         7: .line 296
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         8: .line 297
            iinc 2 /* srcoff */ 3
         9: .line 293
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        10: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        11: .line 299
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        12: .line 300
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        13: .line 292
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        14: .line 302
            return
        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.ByteRgb$SwapThreeByteConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lcom/sun/javafx/image/impl/ByteRgb$SwapThreeByteConverter;
            0   15     1        srcbuf  Ljava/nio/ByteBuffer;
            0   15     2        srcoff  I
            0   15     3  srcscanbytes  I
            0   15     4        dstbuf  Ljava/nio/ByteBuffer;
            0   15     5        dstoff  I
            0   15     6  dstscanbytes  I
            0   15     7             w  I
            0   15     8             h  I
            4   11     9             x  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             
}
SourceFile: "ByteRgb.java"
NestHost: com.sun.javafx.image.impl.ByteRgb
InnerClasses:
  SwapThreeByteConverter = com.sun.javafx.image.impl.ByteRgb$SwapThreeByteConverter of com.sun.javafx.image.impl.ByteRgb