abstract class com.sun.javafx.image.impl.BaseByteToByteConverter implements com.sun.javafx.image.ByteToBytePixelConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.javafx.image.impl.BaseByteToByteConverter
  super_class: java.lang.Object
{
  protected final com.sun.javafx.image.BytePixelGetter getter;
    descriptor: Lcom/sun/javafx/image/BytePixelGetter;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final com.sun.javafx.image.BytePixelSetter setter;
    descriptor: Lcom/sun/javafx/image/BytePixelSetter;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final int nSrcElems;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final int nDstElems;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  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: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter this
        start local 1 // com.sun.javafx.image.BytePixelGetter getter
        start local 2 // com.sun.javafx.image.BytePixelSetter setter
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* getter */
            putfield com.sun.javafx.image.impl.BaseByteToByteConverter.getter:Lcom/sun/javafx/image/BytePixelGetter;
         2: .line 44
            aload 0 /* this */
            aload 2 /* setter */
            putfield com.sun.javafx.image.impl.BaseByteToByteConverter.setter:Lcom/sun/javafx/image/BytePixelSetter;
         3: .line 45
            aload 0 /* this */
            aload 1 /* getter */
            invokeinterface com.sun.javafx.image.BytePixelGetter.getNumElements:()I
            putfield com.sun.javafx.image.impl.BaseByteToByteConverter.nSrcElems:I
         4: .line 46
            aload 0 /* this */
            aload 2 /* setter */
            invokeinterface com.sun.javafx.image.BytePixelSetter.getNumElements:()I
            putfield com.sun.javafx.image.impl.BaseByteToByteConverter.nDstElems:I
         5: .line 47
            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.BaseByteToByteConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/javafx/image/impl/BaseByteToByteConverter;
            0    6     1  getter  Lcom/sun/javafx/image/BytePixelGetter;
            0    6     2  setter  Lcom/sun/javafx/image/BytePixelSetter;
    MethodParameters:
        Name  Flags
      getter  
      setter  

  public final com.sun.javafx.image.BytePixelGetter getGetter();
    descriptor: ()Lcom/sun/javafx/image/BytePixelGetter;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter this
         0: .line 51
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter.getter:Lcom/sun/javafx/image/BytePixelGetter;
            areturn
        end local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/BaseByteToByteConverter;

  public final com.sun.javafx.image.BytePixelSetter getSetter();
    descriptor: ()Lcom/sun/javafx/image/BytePixelSetter;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter this
         0: .line 56
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter.setter:Lcom/sun/javafx/image/BytePixelSetter;
            areturn
        end local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/BaseByteToByteConverter;

  abstract void doConvert(byte[], int, int, byte[], int, int, int, int);
    descriptor: ([BII[BIIII)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      srcarr        
      srcoff        
      srcscanbytes  
      dstarr        
      dstoff        
      dstscanbytes  
      w             
      h             

  abstract void doConvert(java.nio.ByteBuffer, int, int, java.nio.ByteBuffer, int, int, int, int);
    descriptor: (Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;IIII)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             

  public final void convert(byte[], int, int, byte[], int, int, int, int);
    descriptor: ([BII[BIIII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter 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 72
            iload 7 /* w */
            ifle 1
            iload 8 /* h */
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 73
      StackMap locals:
      StackMap stack:
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter.nSrcElems:I
            imul
            if_icmpne 6
         3: .line 74
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter.nDstElems:I
            imul
            if_icmpne 6
         4: .line 76
            iload 7 /* w */
            iload 8 /* h */
            imul
            istore 7 /* w */
         5: .line 77
            iconst_1
            istore 8 /* h */
         6: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
         7: .line 80
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
         8: .line 81
            iload 7 /* w */
            iload 8 /* h */
         9: .line 79
            invokevirtual com.sun.javafx.image.impl.BaseByteToByteConverter.doConvert:([BII[BIIII)V
        10: .line 82
            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 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lcom/sun/javafx/image/impl/BaseByteToByteConverter;
            0   11     1        srcarr  [B
            0   11     2        srcoff  I
            0   11     3  srcscanbytes  I
            0   11     4        dstarr  [B
            0   11     5        dstoff  I
            0   11     6  dstscanbytes  I
            0   11     7             w  I
            0   11     8             h  I
    MethodParameters:
              Name  Flags
      srcarr        
      srcoff        
      srcscanbytes  
      dstarr        
      dstoff        
      dstscanbytes  
      w             
      h             

  public final void convert(java.nio.ByteBuffer, int, int, java.nio.ByteBuffer, int, int, int, int);
    descriptor: (Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;IIII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter 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 89
            iload 7 /* w */
            ifle 1
            iload 8 /* h */
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 90
      StackMap locals:
      StackMap stack:
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter.nSrcElems:I
            imul
            if_icmpne 6
         3: .line 91
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter.nDstElems:I
            imul
            if_icmpne 6
         4: .line 93
            iload 7 /* w */
            iload 8 /* h */
            imul
            istore 7 /* w */
         5: .line 94
            iconst_1
            istore 8 /* h */
         6: .line 96
      StackMap locals:
      StackMap stack:
            aload 1 /* srcbuf */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 14
            aload 4 /* dstbuf */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 14
         7: .line 97
            iload 2 /* srcoff */
            aload 1 /* srcbuf */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            iadd
            istore 2 /* srcoff */
         8: .line 98
            iload 5 /* dstoff */
            aload 4 /* dstbuf */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            iadd
            istore 5 /* dstoff */
         9: .line 99
            aload 0 /* this */
            aload 1 /* srcbuf */
            invokevirtual java.nio.ByteBuffer.array:()[B
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
        10: .line 100
            aload 4 /* dstbuf */
            invokevirtual java.nio.ByteBuffer.array:()[B
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
        11: .line 101
            iload 7 /* w */
            iload 8 /* h */
        12: .line 99
            invokevirtual com.sun.javafx.image.impl.BaseByteToByteConverter.doConvert:([BII[BIIII)V
        13: .line 102
            goto 18
        14: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
        15: .line 104
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
        16: .line 105
            iload 7 /* w */
            iload 8 /* h */
        17: .line 103
            invokevirtual com.sun.javafx.image.impl.BaseByteToByteConverter.doConvert:(Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;IIII)V
        18: .line 107
      StackMap locals:
      StackMap stack:
            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 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0          this  Lcom/sun/javafx/image/impl/BaseByteToByteConverter;
            0   19     1        srcbuf  Ljava/nio/ByteBuffer;
            0   19     2        srcoff  I
            0   19     3  srcscanbytes  I
            0   19     4        dstbuf  Ljava/nio/ByteBuffer;
            0   19     5        dstoff  I
            0   19     6  dstscanbytes  I
            0   19     7             w  I
            0   19     8             h  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             

  public final void convert(java.nio.ByteBuffer, int, int, byte[], int, int, int, int);
    descriptor: (Ljava/nio/ByteBuffer;II[BIIII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter this
        start local 1 // java.nio.ByteBuffer srcbuf
        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 114
            iload 7 /* w */
            ifle 1
            iload 8 /* h */
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 115
      StackMap locals:
      StackMap stack:
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter.nSrcElems:I
            imul
            if_icmpne 6
         3: .line 116
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter.nDstElems:I
            imul
            if_icmpne 6
         4: .line 118
            iload 7 /* w */
            iload 8 /* h */
            imul
            istore 7 /* w */
         5: .line 119
            iconst_1
            istore 8 /* h */
         6: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* srcbuf */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 14
         7: .line 122
            aload 1 /* srcbuf */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 9 /* srcarr */
        start local 9 // byte[] srcarr
         8: .line 123
            iload 2 /* srcoff */
            aload 1 /* srcbuf */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            iadd
            istore 2 /* srcoff */
         9: .line 124
            aload 0 /* this */
            aload 9 /* srcarr */
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
        10: .line 125
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
        11: .line 126
            iload 7 /* w */
            iload 8 /* h */
        12: .line 124
            invokevirtual com.sun.javafx.image.impl.BaseByteToByteConverter.doConvert:([BII[BIIII)V
        end local 9 // byte[] srcarr
        13: .line 127
            goto 19
        14: .line 128
      StackMap locals:
      StackMap stack:
            aload 4 /* dstarr */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 9 /* dstbuf */
        start local 9 // java.nio.ByteBuffer dstbuf
        15: .line 129
            aload 0 /* this */
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
        16: .line 130
            aload 9 /* dstbuf */
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
        17: .line 131
            iload 7 /* w */
            iload 8 /* h */
        18: .line 129
            invokevirtual com.sun.javafx.image.impl.BaseByteToByteConverter.doConvert:(Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;IIII)V
        end local 9 // java.nio.ByteBuffer dstbuf
        19: .line 133
      StackMap locals:
      StackMap stack:
            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 // java.nio.ByteBuffer srcbuf
        end local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lcom/sun/javafx/image/impl/BaseByteToByteConverter;
            0   20     1        srcbuf  Ljava/nio/ByteBuffer;
            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
            8   13     9        srcarr  [B
           15   19     9        dstbuf  Ljava/nio/ByteBuffer;
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstarr        
      dstoff        
      dstscanbytes  
      w             
      h             

  public final void convert(byte[], int, int, java.nio.ByteBuffer, int, int, int, int);
    descriptor: ([BIILjava/nio/ByteBuffer;IIII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter this
        start local 1 // byte[] srcarr
        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 140
            iload 7 /* w */
            ifle 1
            iload 8 /* h */
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 141
      StackMap locals:
      StackMap stack:
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter.nSrcElems:I
            imul
            if_icmpne 6
         3: .line 142
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseByteToByteConverter.nDstElems:I
            imul
            if_icmpne 6
         4: .line 144
            iload 7 /* w */
            iload 8 /* h */
            imul
            istore 7 /* w */
         5: .line 145
            iconst_1
            istore 8 /* h */
         6: .line 147
      StackMap locals:
      StackMap stack:
            aload 4 /* dstbuf */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 14
         7: .line 148
            aload 4 /* dstbuf */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 9 /* dstarr */
        start local 9 // byte[] dstarr
         8: .line 149
            iload 5 /* dstoff */
            aload 4 /* dstbuf */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            iadd
            istore 5 /* dstoff */
         9: .line 150
            aload 0 /* this */
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
        10: .line 151
            aload 9 /* dstarr */
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
        11: .line 152
            iload 7 /* w */
            iload 8 /* h */
        12: .line 150
            invokevirtual com.sun.javafx.image.impl.BaseByteToByteConverter.doConvert:([BII[BIIII)V
        end local 9 // byte[] dstarr
        13: .line 153
            goto 19
        14: .line 154
      StackMap locals:
      StackMap stack:
            aload 1 /* srcarr */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 9 /* srcbuf */
        start local 9 // java.nio.ByteBuffer srcbuf
        15: .line 155
            aload 0 /* this */
            aload 9 /* srcbuf */
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
        16: .line 156
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
        17: .line 157
            iload 7 /* w */
            iload 8 /* h */
        18: .line 155
            invokevirtual com.sun.javafx.image.impl.BaseByteToByteConverter.doConvert:(Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;IIII)V
        end local 9 // java.nio.ByteBuffer srcbuf
        19: .line 159
      StackMap locals:
      StackMap stack:
            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 // byte[] srcarr
        end local 0 // com.sun.javafx.image.impl.BaseByteToByteConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lcom/sun/javafx/image/impl/BaseByteToByteConverter;
            0   20     1        srcarr  [B
            0   20     2        srcoff  I
            0   20     3  srcscanbytes  I
            0   20     4        dstbuf  Ljava/nio/ByteBuffer;
            0   20     5        dstoff  I
            0   20     6  dstscanbytes  I
            0   20     7             w  I
            0   20     8             h  I
            8   13     9        dstarr  [B
           15   19     9        srcbuf  Ljava/nio/ByteBuffer;
    MethodParameters:
              Name  Flags
      srcarr        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             

  static com.sun.javafx.image.ByteToBytePixelConverter create(com.sun.javafx.image.BytePixelAccessor);
    descriptor: (Lcom/sun/javafx/image/BytePixelAccessor;)Lcom/sun/javafx/image/ByteToBytePixelConverter;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.BytePixelAccessor fmt
         0: .line 162
            new com.sun.javafx.image.impl.BaseByteToByteConverter$ByteAnyToSameConverter
            dup
            aload 0 /* fmt */
            invokespecial com.sun.javafx.image.impl.BaseByteToByteConverter$ByteAnyToSameConverter.<init>:(Lcom/sun/javafx/image/BytePixelAccessor;)V
            areturn
        end local 0 // com.sun.javafx.image.BytePixelAccessor fmt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   fmt  Lcom/sun/javafx/image/BytePixelAccessor;
    MethodParameters:
      Name  Flags
      fmt   

  public static com.sun.javafx.image.ByteToBytePixelConverter createReorderer(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)Lcom/sun/javafx/image/ByteToBytePixelConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // com.sun.javafx.image.BytePixelGetter getter
        start local 1 // com.sun.javafx.image.BytePixelSetter setter
        start local 2 // int c0
        start local 3 // int c1
        start local 4 // int c2
        start local 5 // int c3
         0: .line 215
            new com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer
            dup
            aload 0 /* getter */
            aload 1 /* setter */
            iload 2 /* c0 */
            iload 3 /* c1 */
            iload 4 /* c2 */
            iload 5 /* c3 */
            invokespecial com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/BytePixelSetter;IIII)V
            areturn
        end local 5 // int c3
        end local 4 // int c2
        end local 3 // int c1
        end local 2 // int c0
        end local 1 // com.sun.javafx.image.BytePixelSetter setter
        end local 0 // com.sun.javafx.image.BytePixelGetter getter
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  getter  Lcom/sun/javafx/image/BytePixelGetter;
            0    1     1  setter  Lcom/sun/javafx/image/BytePixelSetter;
            0    1     2      c0  I
            0    1     3      c1  I
            0    1     4      c2  I
            0    1     5      c3  I
    MethodParameters:
        Name  Flags
      getter  
      setter  
      c0      
      c1      
      c2      
      c3      

  public void convert(java.nio.Buffer, int, int, java.nio.Buffer, int, int, int, int);
    descriptor: (Ljava/nio/Buffer;IILjava/nio/Buffer;IIII)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=9, locals=9, args_size=9
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.ByteBuffer
            iload 2
            iload 3
            aload 4
            checkcast java.nio.ByteBuffer
            iload 5
            iload 6
            iload 7
            iload 8
            invokevirtual com.sun.javafx.image.impl.BaseByteToByteConverter.convert:(Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;IIII)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.javafx.image.PixelSetter getSetter();
    descriptor: ()Lcom/sun/javafx/image/PixelSetter;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.javafx.image.impl.BaseByteToByteConverter.getSetter:()Lcom/sun/javafx/image/BytePixelSetter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.javafx.image.PixelGetter getGetter();
    descriptor: ()Lcom/sun/javafx/image/PixelGetter;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.javafx.image.impl.BaseByteToByteConverter.getGetter:()Lcom/sun/javafx/image/BytePixelGetter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "BaseByteToByteConverter.java"
NestMembers:
  com.sun.javafx.image.impl.BaseByteToByteConverter$ByteAnyToSameConverter  com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer
InnerClasses:
  ByteAnyToSameConverter = com.sun.javafx.image.impl.BaseByteToByteConverter$ByteAnyToSameConverter of com.sun.javafx.image.impl.BaseByteToByteConverter
  FourByteReorderer = com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer of com.sun.javafx.image.impl.BaseByteToByteConverter