class com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer 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.BaseByteToByteConverter$FourByteReorderer
  super_class: com.sun.javafx.image.impl.BaseByteToByteConverter
{
  private final int c0;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int c1;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int c2;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int c3;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.sun.javafx.image.BytePixelGetter, com.sun.javafx.image.BytePixelSetter, int, int, int, int);
    descriptor: (Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/BytePixelSetter;IIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer this
        start local 1 // com.sun.javafx.image.BytePixelGetter getter
        start local 2 // com.sun.javafx.image.BytePixelSetter setter
        start local 3 // int c0
        start local 4 // int c1
        start local 5 // int c2
        start local 6 // int c3
         0: .line 224
            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 225
            aload 0 /* this */
            iload 3 /* c0 */
            putfield com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.c0:I
         2: .line 226
            aload 0 /* this */
            iload 4 /* c1 */
            putfield com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.c1:I
         3: .line 227
            aload 0 /* this */
            iload 5 /* c2 */
            putfield com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.c2:I
         4: .line 228
            aload 0 /* this */
            iload 6 /* c3 */
            putfield com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.c3:I
         5: .line 229
            return
        end local 6 // int c3
        end local 5 // int c2
        end local 4 // int c1
        end local 3 // int c0
        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.BaseByteToByteConverter$FourByteReorderer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/javafx/image/impl/BaseByteToByteConverter$FourByteReorderer;
            0    6     1  getter  Lcom/sun/javafx/image/BytePixelGetter;
            0    6     2  setter  Lcom/sun/javafx/image/BytePixelSetter;
            0    6     3      c0  I
            0    6     4      c1  I
            0    6     5      c2  I
            0    6     6      c3  I
    MethodParameters:
        Name  Flags
      getter  
      setter  
      c0      
      c1      
      c2      
      c3      

  void doConvert(byte[], int, int, byte[], int, int, int, int);
    descriptor: ([BII[BIIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=14, args_size=9
        start local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer 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 236
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 237
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 238
            goto 18
         3: .line 239
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 15
         5: .line 242
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.c0:I
            iadd
            baload
            istore 10 /* b0 */
        start local 10 // byte b0
         6: .line 243
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.c1:I
            iadd
            baload
            istore 11 /* b1 */
        start local 11 // byte b1
         7: .line 244
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.c2:I
            iadd
            baload
            istore 12 /* b2 */
        start local 12 // byte b2
         8: .line 245
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.c3:I
            iadd
            baload
            istore 13 /* b3 */
        start local 13 // byte b3
         9: .line 246
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* b0 */
            bastore
        10: .line 247
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 11 /* b1 */
            bastore
        11: .line 248
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 12 /* b2 */
            bastore
        12: .line 249
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 13 /* b3 */
            bastore
        13: .line 250
            iinc 2 /* srcoff */ 4
        end local 13 // byte b3
        end local 12 // byte b2
        end local 11 // byte b1
        end local 10 // byte b0
        14: .line 239
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        15: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        16: .line 252
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        17: .line 253
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        18: .line 238
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        19: .line 255
            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.BaseByteToByteConverter$FourByteReorderer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lcom/sun/javafx/image/impl/BaseByteToByteConverter$FourByteReorderer;
            0   20     1        srcarr  [B
            0   20     2        srcoff  I
            0   20     3  srcscanbytes  I
            0   20     4        dstarr  [B
            0   20     5        dstoff  I
            0   20     6  dstscanbytes  I
            0   20     7             w  I
            0   20     8             h  I
            4   16     9             x  I
            6   14    10            b0  B
            7   14    11            b1  B
            8   14    12            b2  B
            9   14    13            b3  B
    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=3, locals=14, args_size=9
        start local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer 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 262
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 263
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 264
            goto 19
         3: .line 265
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 16
         5: .line 268
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.c0:I
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 10 /* b0 */
        start local 10 // byte b0
         6: .line 269
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.c1:I
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 11 /* b1 */
        start local 11 // byte b1
         7: .line 270
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.c2:I
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 12 /* b2 */
        start local 12 // byte b2
         8: .line 271
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.c3:I
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 13 /* b3 */
        start local 13 // byte b3
         9: .line 272
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 10 /* b0 */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        10: .line 273
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_1
            iadd
            iload 11 /* b1 */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        11: .line 274
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_2
            iadd
            iload 12 /* b2 */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        12: .line 275
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_3
            iadd
            iload 13 /* b3 */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        13: .line 276
            iinc 2 /* srcoff */ 4
        14: .line 277
            iinc 5 /* dstoff */ 4
        end local 13 // byte b3
        end local 12 // byte b2
        end local 11 // byte b1
        end local 10 // byte b0
        15: .line 265
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        16: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        17: .line 279
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        18: .line 280
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        19: .line 264
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        20: .line 282
            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.BaseByteToByteConverter$FourByteReorderer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lcom/sun/javafx/image/impl/BaseByteToByteConverter$FourByteReorderer;
            0   21     1        srcbuf  Ljava/nio/ByteBuffer;
            0   21     2        srcoff  I
            0   21     3  srcscanbytes  I
            0   21     4        dstbuf  Ljava/nio/ByteBuffer;
            0   21     5        dstoff  I
            0   21     6  dstscanbytes  I
            0   21     7             w  I
            0   21     8             h  I
            4   17     9             x  I
            6   15    10            b0  B
            7   15    11            b1  B
            8   15    12            b2  B
            9   15    13            b3  B
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             
}
SourceFile: "BaseByteToByteConverter.java"
NestHost: com.sun.javafx.image.impl.BaseByteToByteConverter
InnerClasses:
  FourByteReorderer = com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer of com.sun.javafx.image.impl.BaseByteToByteConverter