public class sun.awt.IconInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.IconInfo
  super_class: java.lang.Object
{
  private int[] intIconData;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private long[] longIconData;
    descriptor: [J
    flags: (0x0002) ACC_PRIVATE

  private java.awt.Image image;
    descriptor: Ljava/awt/Image;
    flags: (0x0002) ACC_PRIVATE

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

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

  private int scaledWidth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int scaledHeight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int rawLength;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.IconInfo this
        start local 1 // int[] intIconData
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
         2: .line 73
            aload 1 /* intIconData */
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals: sun.awt.IconInfo int[]
      StackMap stack: sun.awt.IconInfo
         3: aload 1 /* intIconData */
            aload 1 /* intIconData */
            arraylength
            invokestatic java.util.Arrays.copyOf:([II)[I
         4: .line 72
      StackMap locals: sun.awt.IconInfo int[]
      StackMap stack: sun.awt.IconInfo int[]
            putfield sun.awt.IconInfo.intIconData:[I
         5: .line 74
            aload 0 /* this */
            aload 1 /* intIconData */
            iconst_0
            iaload
            putfield sun.awt.IconInfo.width:I
         6: .line 75
            aload 0 /* this */
            aload 1 /* intIconData */
            iconst_1
            iaload
            putfield sun.awt.IconInfo.height:I
         7: .line 76
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            putfield sun.awt.IconInfo.scaledWidth:I
         8: .line 77
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            putfield sun.awt.IconInfo.scaledHeight:I
         9: .line 78
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            imul
            iconst_2
            iadd
            putfield sun.awt.IconInfo.rawLength:I
        10: .line 79
            return
        end local 1 // int[] intIconData
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lsun/awt/IconInfo;
            0   11     1  intIconData  [I
    MethodParameters:
             Name  Flags
      intIconData  

  public void <init>(long[]);
    descriptor: ([J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.IconInfo this
        start local 1 // long[] longIconData
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
         2: .line 83
            aload 1 /* longIconData */
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals: sun.awt.IconInfo long[]
      StackMap stack: sun.awt.IconInfo
         3: aload 1 /* longIconData */
            aload 1 /* longIconData */
            arraylength
            invokestatic java.util.Arrays.copyOf:([JI)[J
         4: .line 82
      StackMap locals: sun.awt.IconInfo long[]
      StackMap stack: sun.awt.IconInfo long[]
            putfield sun.awt.IconInfo.longIconData:[J
         5: .line 84
            aload 0 /* this */
            aload 1 /* longIconData */
            iconst_0
            laload
            l2i
            putfield sun.awt.IconInfo.width:I
         6: .line 85
            aload 0 /* this */
            aload 1 /* longIconData */
            iconst_1
            laload
            l2i
            putfield sun.awt.IconInfo.height:I
         7: .line 86
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            putfield sun.awt.IconInfo.scaledWidth:I
         8: .line 87
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            putfield sun.awt.IconInfo.scaledHeight:I
         9: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            imul
            iconst_2
            iadd
            putfield sun.awt.IconInfo.rawLength:I
        10: .line 89
            return
        end local 1 // long[] longIconData
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lsun/awt/IconInfo;
            0   11     1  longIconData  [J
    MethodParameters:
              Name  Flags
      longIconData  

  public void <init>(java.awt.Image);
    descriptor: (Ljava/awt/Image;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.IconInfo this
        start local 1 // java.awt.Image image
         0: .line 91
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 92
            aload 0 /* this */
            aload 1 /* image */
            putfield sun.awt.IconInfo.image:Ljava/awt/Image;
         2: .line 93
            aload 1 /* image */
            instanceof sun.awt.image.ToolkitImage
            ifeq 8
         3: .line 94
            aload 1 /* image */
            checkcast sun.awt.image.ToolkitImage
            invokevirtual sun.awt.image.ToolkitImage.getImageRep:()Lsun/awt/image/ImageRepresentation;
            astore 2 /* ir */
        start local 2 // sun.awt.image.ImageRepresentation ir
         4: .line 95
            aload 2 /* ir */
            bipush 32
            invokevirtual sun.awt.image.ImageRepresentation.reconstruct:(I)V
         5: .line 96
            aload 0 /* this */
            aload 2 /* ir */
            invokevirtual sun.awt.image.ImageRepresentation.getWidth:()I
            putfield sun.awt.IconInfo.width:I
         6: .line 97
            aload 0 /* this */
            aload 2 /* ir */
            invokevirtual sun.awt.image.ImageRepresentation.getHeight:()I
            putfield sun.awt.IconInfo.height:I
        end local 2 // sun.awt.image.ImageRepresentation ir
         7: .line 98
            goto 10
         8: .line 99
      StackMap locals: sun.awt.IconInfo java.awt.Image
      StackMap stack:
            aload 0 /* this */
            aload 1 /* image */
            aconst_null
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            putfield sun.awt.IconInfo.width:I
         9: .line 100
            aload 0 /* this */
            aload 1 /* image */
            aconst_null
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            putfield sun.awt.IconInfo.height:I
        10: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            putfield sun.awt.IconInfo.scaledWidth:I
        11: .line 103
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            putfield sun.awt.IconInfo.scaledHeight:I
        12: .line 104
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            imul
            iconst_2
            iadd
            putfield sun.awt.IconInfo.rawLength:I
        13: .line 105
            return
        end local 1 // java.awt.Image image
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lsun/awt/IconInfo;
            0   14     1  image  Ljava/awt/Image;
            4    7     2     ir  Lsun/awt/image/ImageRepresentation;
    MethodParameters:
       Name  Flags
      image  

  public void setScaledSize(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.awt.IconInfo this
        start local 1 // int width
        start local 2 // int height
         0: .line 111
            aload 0 /* this */
            iload 1 /* width */
            putfield sun.awt.IconInfo.scaledWidth:I
         1: .line 112
            aload 0 /* this */
            iload 2 /* height */
            putfield sun.awt.IconInfo.scaledHeight:I
         2: .line 113
            aload 0 /* this */
            iload 1 /* width */
            iload 2 /* height */
            imul
            iconst_2
            iadd
            putfield sun.awt.IconInfo.rawLength:I
         3: .line 114
            return
        end local 2 // int height
        end local 1 // int width
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/awt/IconInfo;
            0    4     1   width  I
            0    4     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 117
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            ifle 1
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/IconInfo;

  public int getWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 121
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            ireturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/IconInfo;

  public int getHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 125
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            ireturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/IconInfo;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 129
            new java.lang.StringBuilder
            dup
            ldc "IconInfo[w="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.awt.IconInfo.width:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",h="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.IconInfo.height:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",sw="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.IconInfo.scaledWidth:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",sh="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.IconInfo.scaledHeight:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/IconInfo;

  public int getRawLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 133
            aload 0 /* this */
            getfield sun.awt.IconInfo.rawLength:I
            ireturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/IconInfo;

  public int[] getIntData();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 137
            aload 0 /* this */
            getfield sun.awt.IconInfo.intIconData:[I
            ifnonnull 6
         1: .line 138
            aload 0 /* this */
            getfield sun.awt.IconInfo.longIconData:[J
            ifnull 4
         2: .line 139
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.longIconData:[J
            invokestatic sun.awt.IconInfo.longArrayToIntArray:([J)[I
            putfield sun.awt.IconInfo.intIconData:[I
         3: .line 140
            goto 6
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.awt.IconInfo.image:Ljava/awt/Image;
            ifnull 6
         5: .line 141
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.image:Ljava/awt/Image;
            aload 0 /* this */
            getfield sun.awt.IconInfo.scaledWidth:I
            aload 0 /* this */
            getfield sun.awt.IconInfo.scaledHeight:I
            invokestatic sun.awt.IconInfo.imageToIntArray:(Ljava/awt/Image;II)[I
            putfield sun.awt.IconInfo.intIconData:[I
         6: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.IconInfo.intIconData:[I
            areturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/awt/IconInfo;

  public long[] getLongData();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 148
            aload 0 /* this */
            getfield sun.awt.IconInfo.longIconData:[J
            ifnonnull 7
         1: .line 149
            aload 0 /* this */
            getfield sun.awt.IconInfo.intIconData:[I
            ifnull 4
         2: .line 150
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.intIconData:[I
            invokestatic sun.awt.IconInfo.intArrayToLongArray:([I)[J
            putfield sun.awt.IconInfo.longIconData:[J
         3: .line 151
            goto 7
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.awt.IconInfo.image:Ljava/awt/Image;
            ifnull 7
         5: .line 152
            aload 0 /* this */
            getfield sun.awt.IconInfo.image:Ljava/awt/Image;
            aload 0 /* this */
            getfield sun.awt.IconInfo.scaledWidth:I
            aload 0 /* this */
            getfield sun.awt.IconInfo.scaledHeight:I
            invokestatic sun.awt.IconInfo.imageToIntArray:(Ljava/awt/Image;II)[I
            astore 1 /* intIconData */
        start local 1 // int[] intIconData
         6: .line 153
            aload 0 /* this */
            aload 1 /* intIconData */
            invokestatic sun.awt.IconInfo.intArrayToLongArray:([I)[J
            putfield sun.awt.IconInfo.longIconData:[J
        end local 1 // int[] intIconData
         7: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.IconInfo.longIconData:[J
            areturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lsun/awt/IconInfo;
            6    7     1  intIconData  [I

  public java.awt.Image getImage();
    descriptor: ()Ljava/awt/Image;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.awt.IconInfo this
         0: .line 160
            aload 0 /* this */
            getfield sun.awt.IconInfo.image:Ljava/awt/Image;
            ifnonnull 7
         1: .line 161
            aload 0 /* this */
            getfield sun.awt.IconInfo.intIconData:[I
            ifnull 4
         2: .line 162
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.IconInfo.intIconData:[I
            invokestatic sun.awt.IconInfo.intArrayToImage:([I)Ljava/awt/Image;
            putfield sun.awt.IconInfo.image:Ljava/awt/Image;
         3: .line 163
            goto 7
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.awt.IconInfo.longIconData:[J
            ifnull 7
         5: .line 164
            aload 0 /* this */
            getfield sun.awt.IconInfo.longIconData:[J
            invokestatic sun.awt.IconInfo.longArrayToIntArray:([J)[I
            astore 1 /* intIconData */
        start local 1 // int[] intIconData
         6: .line 165
            aload 0 /* this */
            aload 1 /* intIconData */
            invokestatic sun.awt.IconInfo.intArrayToImage:([I)Ljava/awt/Image;
            putfield sun.awt.IconInfo.image:Ljava/awt/Image;
        end local 1 // int[] intIconData
         7: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.IconInfo.image:Ljava/awt/Image;
            areturn
        end local 0 // sun.awt.IconInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lsun/awt/IconInfo;
            6    7     1  intIconData  [I

  private static int[] longArrayToIntArray(long[]);
    descriptor: ([J)[I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // long[] longData
         0: .line 172
            aload 0 /* longData */
            arraylength
            newarray 10
            astore 1 /* intData */
        start local 1 // int[] intData
         1: .line 173
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 177
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* intData */
            iload 2 /* i */
            aload 0 /* longData */
            iload 2 /* i */
            laload
            l2i
            iastore
         4: .line 173
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* longData */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 179
            aload 1 /* intData */
            areturn
        end local 1 // int[] intData
        end local 0 // long[] longData
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0  longData  [J
            1    7     1   intData  [I
            2    6     2         i  I
    MethodParameters:
          Name  Flags
      longData  

  private static long[] intArrayToLongArray(int[]);
    descriptor: ([I)[J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // int[] intData
         0: .line 183
            aload 0 /* intData */
            arraylength
            newarray 11
            astore 1 /* longData */
        start local 1 // long[] longData
         1: .line 184
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 185
      StackMap locals: long[] int
      StackMap stack:
            aload 1 /* longData */
            iload 2 /* i */
            aload 0 /* intData */
            iload 2 /* i */
            iaload
            i2l
            lastore
         4: .line 184
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* intData */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 187
            aload 1 /* longData */
            areturn
        end local 1 // long[] longData
        end local 0 // int[] intData
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0   intData  [I
            1    7     1  longData  [J
            2    6     2         i  I
    MethodParameters:
         Name  Flags
      intData  

  static java.awt.Image intArrayToImage(int[]);
    descriptor: ([I)Ljava/awt/Image;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=10, locals=5, args_size=1
        start local 0 // int[] raw
         0: .line 192
            new java.awt.image.DirectColorModel
            dup
            sipush 1000
            invokestatic java.awt.color.ColorSpace.getInstance:(I)Ljava/awt/color/ColorSpace;
            bipush 32
         1: .line 193
            ldc 16711680
            ldc 65280
            sipush 255
            ldc -16777216
         2: .line 194
            iconst_0
            iconst_3
         3: .line 192
            invokespecial java.awt.image.DirectColorModel.<init>:(Ljava/awt/color/ColorSpace;IIIIIZI)V
         4: .line 191
            astore 1 /* cm */
        start local 1 // java.awt.image.ColorModel cm
         5: .line 195
            new java.awt.image.DataBufferInt
            dup
            aload 0 /* raw */
            aload 0 /* raw */
            arraylength
            iconst_2
            isub
            iconst_2
            invokespecial java.awt.image.DataBufferInt.<init>:([III)V
            astore 2 /* buffer */
        start local 2 // java.awt.image.DataBuffer buffer
         6: .line 197
            aload 2 /* buffer */
            aload 0 /* raw */
            iconst_0
            iaload
            aload 0 /* raw */
            iconst_1
            iaload
         7: .line 198
            aload 0 /* raw */
            iconst_0
            iaload
         8: .line 199
            iconst_4
            newarray 10
            dup
            iconst_0
            ldc 16711680
            iastore
            dup
            iconst_1
            ldc 65280
            iastore
            dup
            iconst_2
         9: .line 200
            sipush 255
            iastore
            dup
            iconst_3
            ldc -16777216
            iastore
        10: .line 201
            aconst_null
        11: .line 197
            invokestatic java.awt.image.Raster.createPackedRaster:(Ljava/awt/image/DataBuffer;III[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;
        12: .line 196
            astore 3 /* raster */
        start local 3 // java.awt.image.WritableRaster raster
        13: .line 202
            new java.awt.image.BufferedImage
            dup
            aload 1 /* cm */
            aload 3 /* raster */
            iconst_0
            aconst_null
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
            astore 4 /* im */
        start local 4 // java.awt.image.BufferedImage im
        14: .line 203
            aload 4 /* im */
            areturn
        end local 4 // java.awt.image.BufferedImage im
        end local 3 // java.awt.image.WritableRaster raster
        end local 2 // java.awt.image.DataBuffer buffer
        end local 1 // java.awt.image.ColorModel cm
        end local 0 // int[] raw
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0     raw  [I
            5   15     1      cm  Ljava/awt/image/ColorModel;
            6   15     2  buffer  Ljava/awt/image/DataBuffer;
           13   15     3  raster  Ljava/awt/image/WritableRaster;
           14   15     4      im  Ljava/awt/image/BufferedImage;
    MethodParameters:
      Name  Flags
      raw   

  static int[] imageToIntArray(java.awt.Image, int, int);
    descriptor: (Ljava/awt/Image;II)[I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=10, locals=10, args_size=3
        start local 0 // java.awt.Image image
        start local 1 // int width
        start local 2 // int height
         0: .line 211
            iload 1 /* width */
            ifle 1
            iload 2 /* height */
            ifgt 2
         1: .line 212
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 215
      StackMap locals:
      StackMap stack:
            new java.awt.image.DirectColorModel
            dup
            sipush 1000
            invokestatic java.awt.color.ColorSpace.getInstance:(I)Ljava/awt/color/ColorSpace;
            bipush 32
         3: .line 216
            ldc 16711680
            ldc 65280
            sipush 255
            ldc -16777216
         4: .line 217
            iconst_0
            iconst_3
         5: .line 215
            invokespecial java.awt.image.DirectColorModel.<init>:(Ljava/awt/color/ColorSpace;IIIIIZI)V
         6: .line 214
            astore 3 /* cm */
        start local 3 // java.awt.image.ColorModel cm
         7: .line 218
            new java.awt.image.DataBufferInt
            dup
            iload 1 /* width */
            iload 2 /* height */
            imul
            invokespecial java.awt.image.DataBufferInt.<init>:(I)V
            astore 4 /* buffer */
        start local 4 // java.awt.image.DataBufferInt buffer
         8: .line 220
            aload 4 /* buffer */
            iload 1 /* width */
            iload 2 /* height */
         9: .line 221
            iload 1 /* width */
        10: .line 222
            iconst_4
            newarray 10
            dup
            iconst_0
            ldc 16711680
            iastore
            dup
            iconst_1
            ldc 65280
            iastore
            dup
            iconst_2
        11: .line 223
            sipush 255
            iastore
            dup
            iconst_3
            ldc -16777216
            iastore
        12: .line 224
            aconst_null
        13: .line 220
            invokestatic java.awt.image.Raster.createPackedRaster:(Ljava/awt/image/DataBuffer;III[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;
        14: .line 219
            astore 5 /* raster */
        start local 5 // java.awt.image.WritableRaster raster
        15: .line 225
            new java.awt.image.BufferedImage
            dup
            aload 3 /* cm */
            aload 5 /* raster */
            iconst_0
            aconst_null
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
            astore 6 /* im */
        start local 6 // java.awt.image.BufferedImage im
        16: .line 226
            aload 6 /* im */
            invokevirtual java.awt.image.BufferedImage.getGraphics:()Ljava/awt/Graphics;
            astore 7 /* g */
        start local 7 // java.awt.Graphics g
        17: .line 227
            aload 7 /* g */
            aload 0 /* image */
            iconst_0
            iconst_0
            iload 1 /* width */
            iload 2 /* height */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        18: .line 228
            aload 7 /* g */
            invokevirtual java.awt.Graphics.dispose:()V
        19: .line 229
            aload 4 /* buffer */
            invokevirtual java.awt.image.DataBufferInt.getData:()[I
            astore 8 /* data */
        start local 8 // int[] data
        20: .line 230
            iload 1 /* width */
            iload 2 /* height */
            imul
            iconst_2
            iadd
            newarray 10
            astore 9 /* raw */
        start local 9 // int[] raw
        21: .line 231
            aload 9 /* raw */
            iconst_0
            iload 1 /* width */
            iastore
        22: .line 232
            aload 9 /* raw */
            iconst_1
            iload 2 /* height */
            iastore
        23: .line 233
            aload 8 /* data */
            iconst_0
            aload 9 /* raw */
            iconst_2
            iload 1 /* width */
            iload 2 /* height */
            imul
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        24: .line 234
            aload 9 /* raw */
            areturn
        end local 9 // int[] raw
        end local 8 // int[] data
        end local 7 // java.awt.Graphics g
        end local 6 // java.awt.image.BufferedImage im
        end local 5 // java.awt.image.WritableRaster raster
        end local 4 // java.awt.image.DataBufferInt buffer
        end local 3 // java.awt.image.ColorModel cm
        end local 2 // int height
        end local 1 // int width
        end local 0 // java.awt.Image image
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0   image  Ljava/awt/Image;
            0   25     1   width  I
            0   25     2  height  I
            7   25     3      cm  Ljava/awt/image/ColorModel;
            8   25     4  buffer  Ljava/awt/image/DataBufferInt;
           15   25     5  raster  Ljava/awt/image/WritableRaster;
           16   25     6      im  Ljava/awt/image/BufferedImage;
           17   25     7       g  Ljava/awt/Graphics;
           20   25     8    data  [I
           21   25     9     raw  [I
    MethodParameters:
        Name  Flags
      image   
      width   
      height  
}
SourceFile: "IconInfo.java"