public class com.sun.imageio.plugins.common.BogusColorSpace extends java.awt.color.ColorSpace
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.imageio.plugins.common.BogusColorSpace
  super_class: java.awt.color.ColorSpace
{
  private static int getType(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // int numComponents
         0: .line 45
            iload 0 /* numComponents */
            iconst_1
            if_icmpge 2
         1: .line 46
            new java.lang.IllegalArgumentException
            dup
            ldc "numComponents < 1!"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 50
      StackMap locals:
      StackMap stack:
            iload 0 /* numComponents */
            tableswitch { // 1 - 1
                    1: 3
              default: 5
          }
         3: .line 52
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 1 /* type */
        start local 1 // int type
         4: .line 53
            goto 6
        end local 1 // int type
         5: .line 58
      StackMap locals:
      StackMap stack:
            iload 0 /* numComponents */
            bipush 10
            iadd
            istore 1 /* type */
        start local 1 // int type
         6: .line 61
      StackMap locals: int
      StackMap stack:
            iload 1 /* type */
            ireturn
        end local 1 // int type
        end local 0 // int numComponents
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0  numComponents  I
            4    5     1           type  I
            6    7     1           type  I
    MethodParameters:
               Name  Flags
      numComponents  

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.common.BogusColorSpace this
        start local 1 // int numComponents
         0: .line 73
            aload 0 /* this */
            iload 1 /* numComponents */
            invokestatic com.sun.imageio.plugins.common.BogusColorSpace.getType:(I)I
            iload 1 /* numComponents */
            invokespecial java.awt.color.ColorSpace.<init>:(II)V
         1: .line 74
            return
        end local 1 // int numComponents
        end local 0 // com.sun.imageio.plugins.common.BogusColorSpace this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/imageio/plugins/common/BogusColorSpace;
            0    2     1  numComponents  I
    MethodParameters:
               Name  Flags
      numComponents  

  public float[] toRGB(float[]);
    descriptor: ([F)[F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.imageio.plugins.common.BogusColorSpace this
        start local 1 // float[] colorvalue
         0: .line 83
            aload 1 /* colorvalue */
            arraylength
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.common.BogusColorSpace.getNumComponents:()I
            if_icmpge 4
         1: .line 84
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         2: .line 85
            ldc "colorvalue.length < getNumComponents()"
         3: .line 84
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 88
      StackMap locals:
      StackMap stack:
            iconst_3
            newarray 6
            astore 2 /* rgbvalue */
        start local 2 // float[] rgbvalue
         5: .line 90
            aload 1 /* colorvalue */
            iconst_0
            aload 2 /* rgbvalue */
            iconst_0
         6: .line 91
            iconst_3
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.common.BogusColorSpace.getNumComponents:()I
            invokestatic java.lang.Math.min:(II)I
         7: .line 90
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 93
            aload 1 /* colorvalue */
            areturn
        end local 2 // float[] rgbvalue
        end local 1 // float[] colorvalue
        end local 0 // com.sun.imageio.plugins.common.BogusColorSpace this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/sun/imageio/plugins/common/BogusColorSpace;
            0    9     1  colorvalue  [F
            5    9     2    rgbvalue  [F
    MethodParameters:
            Name  Flags
      colorvalue  

  public float[] fromRGB(float[]);
    descriptor: ([F)[F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.imageio.plugins.common.BogusColorSpace this
        start local 1 // float[] rgbvalue
         0: .line 97
            aload 1 /* rgbvalue */
            arraylength
            iconst_3
            if_icmpge 4
         1: .line 98
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         2: .line 99
            ldc "rgbvalue.length < 3"
         3: .line 98
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.common.BogusColorSpace.getNumComponents:()I
            newarray 6
            astore 2 /* colorvalue */
        start local 2 // float[] colorvalue
         5: .line 104
            aload 1 /* rgbvalue */
            iconst_0
            aload 2 /* colorvalue */
            iconst_0
         6: .line 105
            iconst_3
            aload 2 /* colorvalue */
            arraylength
            invokestatic java.lang.Math.min:(II)I
         7: .line 104
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 107
            aload 1 /* rgbvalue */
            areturn
        end local 2 // float[] colorvalue
        end local 1 // float[] rgbvalue
        end local 0 // com.sun.imageio.plugins.common.BogusColorSpace this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/sun/imageio/plugins/common/BogusColorSpace;
            0    9     1    rgbvalue  [F
            5    9     2  colorvalue  [F
    MethodParameters:
          Name  Flags
      rgbvalue  

  public float[] toCIEXYZ(float[]);
    descriptor: ([F)[F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.imageio.plugins.common.BogusColorSpace this
        start local 1 // float[] colorvalue
         0: .line 111
            aload 1 /* colorvalue */
            arraylength
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.common.BogusColorSpace.getNumComponents:()I
            if_icmpge 4
         1: .line 112
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         2: .line 113
            ldc "colorvalue.length < getNumComponents()"
         3: .line 112
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 116
      StackMap locals:
      StackMap stack:
            iconst_3
            newarray 6
            astore 2 /* xyzvalue */
        start local 2 // float[] xyzvalue
         5: .line 118
            aload 1 /* colorvalue */
            iconst_0
            aload 2 /* xyzvalue */
            iconst_0
         6: .line 119
            iconst_3
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.common.BogusColorSpace.getNumComponents:()I
            invokestatic java.lang.Math.min:(II)I
         7: .line 118
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 121
            aload 1 /* colorvalue */
            areturn
        end local 2 // float[] xyzvalue
        end local 1 // float[] colorvalue
        end local 0 // com.sun.imageio.plugins.common.BogusColorSpace this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/sun/imageio/plugins/common/BogusColorSpace;
            0    9     1  colorvalue  [F
            5    9     2    xyzvalue  [F
    MethodParameters:
            Name  Flags
      colorvalue  

  public float[] fromCIEXYZ(float[]);
    descriptor: ([F)[F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.imageio.plugins.common.BogusColorSpace this
        start local 1 // float[] xyzvalue
         0: .line 125
            aload 1 /* xyzvalue */
            arraylength
            iconst_3
            if_icmpge 4
         1: .line 126
            new java.lang.ArrayIndexOutOfBoundsException
            dup
         2: .line 127
            ldc "xyzvalue.length < 3"
         3: .line 126
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.common.BogusColorSpace.getNumComponents:()I
            newarray 6
            astore 2 /* colorvalue */
        start local 2 // float[] colorvalue
         5: .line 132
            aload 1 /* xyzvalue */
            iconst_0
            aload 2 /* colorvalue */
            iconst_0
         6: .line 133
            iconst_3
            aload 2 /* colorvalue */
            arraylength
            invokestatic java.lang.Math.min:(II)I
         7: .line 132
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 135
            aload 1 /* xyzvalue */
            areturn
        end local 2 // float[] colorvalue
        end local 1 // float[] xyzvalue
        end local 0 // com.sun.imageio.plugins.common.BogusColorSpace this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/sun/imageio/plugins/common/BogusColorSpace;
            0    9     1    xyzvalue  [F
            5    9     2  colorvalue  [F
    MethodParameters:
          Name  Flags
      xyzvalue  
}
SourceFile: "BogusColorSpace.java"