public class java.awt.image.MemoryImageSource implements java.awt.image.ImageProducer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.awt.image.MemoryImageSource
  super_class: java.lang.Object
{
  int width;
    descriptor: I
    flags: (0x0000) 

  int height;
    descriptor: I
    flags: (0x0000) 

  java.awt.image.ColorModel model;
    descriptor: Ljava/awt/image/ColorModel;
    flags: (0x0000) 

  java.lang.Object pixels;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  int pixeloffset;
    descriptor: I
    flags: (0x0000) 

  int pixelscan;
    descriptor: I
    flags: (0x0000) 

  java.util.Hashtable<?, ?> properties;
    descriptor: Ljava/util/Hashtable;
    flags: (0x0000) 
    Signature: Ljava/util/Hashtable<**>;

  java.util.Vector<java.awt.image.ImageConsumer> theConsumers;
    descriptor: Ljava/util/Vector;
    flags: (0x0000) 
    Signature: Ljava/util/Vector<Ljava/awt/image/ImageConsumer;>;

  boolean animating;
    descriptor: Z
    flags: (0x0000) 

  boolean fullbuffers;
    descriptor: Z
    flags: (0x0000) 

  public void <init>(int, int, java.awt.image.ColorModel, byte[], int, int);
    descriptor: (IILjava/awt/image/ColorModel;[BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // int w
        start local 2 // int h
        start local 3 // java.awt.image.ColorModel cm
        start local 4 // byte[] pix
        start local 5 // int off
        start local 6 // int scan
         0: .line 132
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 115
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
         2: .line 134
            aload 0 /* this */
            iload 1 /* w */
            iload 2 /* h */
            aload 3 /* cm */
            aload 4 /* pix */
            iload 5 /* off */
            iload 6 /* scan */
            aconst_null
            invokevirtual java.awt.image.MemoryImageSource.initialize:(IILjava/awt/image/ColorModel;Ljava/lang/Object;IILjava/util/Hashtable;)V
         3: .line 135
            return
        end local 6 // int scan
        end local 5 // int off
        end local 4 // byte[] pix
        end local 3 // java.awt.image.ColorModel cm
        end local 2 // int h
        end local 1 // int w
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/awt/image/MemoryImageSource;
            0    4     1     w  I
            0    4     2     h  I
            0    4     3    cm  Ljava/awt/image/ColorModel;
            0    4     4   pix  [B
            0    4     5   off  I
            0    4     6  scan  I
    MethodParameters:
      Name  Flags
      w     
      h     
      cm    
      pix   
      off   
      scan  

  public void <init>(int, int, java.awt.image.ColorModel, byte[], int, int, java.util.Hashtable<?, ?>);
    descriptor: (IILjava/awt/image/ColorModel;[BIILjava/util/Hashtable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // int w
        start local 2 // int h
        start local 3 // java.awt.image.ColorModel cm
        start local 4 // byte[] pix
        start local 5 // int off
        start local 6 // int scan
        start local 7 // java.util.Hashtable props
         0: .line 152
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 115
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
         2: .line 156
            aload 0 /* this */
            iload 1 /* w */
            iload 2 /* h */
            aload 3 /* cm */
            aload 4 /* pix */
            iload 5 /* off */
            iload 6 /* scan */
            aload 7 /* props */
            invokevirtual java.awt.image.MemoryImageSource.initialize:(IILjava/awt/image/ColorModel;Ljava/lang/Object;IILjava/util/Hashtable;)V
         3: .line 157
            return
        end local 7 // java.util.Hashtable props
        end local 6 // int scan
        end local 5 // int off
        end local 4 // byte[] pix
        end local 3 // java.awt.image.ColorModel cm
        end local 2 // int h
        end local 1 // int w
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljava/awt/image/MemoryImageSource;
            0    4     1      w  I
            0    4     2      h  I
            0    4     3     cm  Ljava/awt/image/ColorModel;
            0    4     4    pix  [B
            0    4     5    off  I
            0    4     6   scan  I
            0    4     7  props  Ljava/util/Hashtable<**>;
    Signature: (IILjava/awt/image/ColorModel;[BIILjava/util/Hashtable<**>;)V
    MethodParameters:
       Name  Flags
      w      
      h      
      cm     
      pix    
      off    
      scan   
      props  

  public void <init>(int, int, java.awt.image.ColorModel, int[], int, int);
    descriptor: (IILjava/awt/image/ColorModel;[III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // int w
        start local 2 // int h
        start local 3 // java.awt.image.ColorModel cm
        start local 4 // int[] pix
        start local 5 // int off
        start local 6 // int scan
         0: .line 172
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 115
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
         2: .line 174
            aload 0 /* this */
            iload 1 /* w */
            iload 2 /* h */
            aload 3 /* cm */
            aload 4 /* pix */
            iload 5 /* off */
            iload 6 /* scan */
            aconst_null
            invokevirtual java.awt.image.MemoryImageSource.initialize:(IILjava/awt/image/ColorModel;Ljava/lang/Object;IILjava/util/Hashtable;)V
         3: .line 175
            return
        end local 6 // int scan
        end local 5 // int off
        end local 4 // int[] pix
        end local 3 // java.awt.image.ColorModel cm
        end local 2 // int h
        end local 1 // int w
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/awt/image/MemoryImageSource;
            0    4     1     w  I
            0    4     2     h  I
            0    4     3    cm  Ljava/awt/image/ColorModel;
            0    4     4   pix  [I
            0    4     5   off  I
            0    4     6  scan  I
    MethodParameters:
      Name  Flags
      w     
      h     
      cm    
      pix   
      off   
      scan  

  public void <init>(int, int, java.awt.image.ColorModel, int[], int, int, java.util.Hashtable<?, ?>);
    descriptor: (IILjava/awt/image/ColorModel;[IIILjava/util/Hashtable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // int w
        start local 2 // int h
        start local 3 // java.awt.image.ColorModel cm
        start local 4 // int[] pix
        start local 5 // int off
        start local 6 // int scan
        start local 7 // java.util.Hashtable props
         0: .line 192
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 115
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
         2: .line 196
            aload 0 /* this */
            iload 1 /* w */
            iload 2 /* h */
            aload 3 /* cm */
            aload 4 /* pix */
            iload 5 /* off */
            iload 6 /* scan */
            aload 7 /* props */
            invokevirtual java.awt.image.MemoryImageSource.initialize:(IILjava/awt/image/ColorModel;Ljava/lang/Object;IILjava/util/Hashtable;)V
         3: .line 197
            return
        end local 7 // java.util.Hashtable props
        end local 6 // int scan
        end local 5 // int off
        end local 4 // int[] pix
        end local 3 // java.awt.image.ColorModel cm
        end local 2 // int h
        end local 1 // int w
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljava/awt/image/MemoryImageSource;
            0    4     1      w  I
            0    4     2      h  I
            0    4     3     cm  Ljava/awt/image/ColorModel;
            0    4     4    pix  [I
            0    4     5    off  I
            0    4     6   scan  I
            0    4     7  props  Ljava/util/Hashtable<**>;
    Signature: (IILjava/awt/image/ColorModel;[IIILjava/util/Hashtable<**>;)V
    MethodParameters:
       Name  Flags
      w      
      h      
      cm     
      pix    
      off    
      scan   
      props  

  private void initialize(int, int, java.awt.image.ColorModel, , int, int, java.util.Hashtable<?, ?>);
    descriptor: (IILjava/awt/image/ColorModel;Ljava/lang/Object;IILjava/util/Hashtable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // int w
        start local 2 // int h
        start local 3 // java.awt.image.ColorModel cm
        start local 4 // java.lang.Object pix
        start local 5 // int off
        start local 6 // int scan
        start local 7 // java.util.Hashtable props
         0: .line 201
            aload 0 /* this */
            iload 1 /* w */
            putfield java.awt.image.MemoryImageSource.width:I
         1: .line 202
            aload 0 /* this */
            iload 2 /* h */
            putfield java.awt.image.MemoryImageSource.height:I
         2: .line 203
            aload 0 /* this */
            aload 3 /* cm */
            putfield java.awt.image.MemoryImageSource.model:Ljava/awt/image/ColorModel;
         3: .line 204
            aload 0 /* this */
            aload 4 /* pix */
            putfield java.awt.image.MemoryImageSource.pixels:Ljava/lang/Object;
         4: .line 205
            aload 0 /* this */
            iload 5 /* off */
            putfield java.awt.image.MemoryImageSource.pixeloffset:I
         5: .line 206
            aload 0 /* this */
            iload 6 /* scan */
            putfield java.awt.image.MemoryImageSource.pixelscan:I
         6: .line 207
            aload 7 /* props */
            ifnonnull 8
         7: .line 208
            new java.util.Hashtable
            dup
            invokespecial java.util.Hashtable.<init>:()V
            astore 7 /* props */
         8: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 7 /* props */
            putfield java.awt.image.MemoryImageSource.properties:Ljava/util/Hashtable;
         9: .line 211
            return
        end local 7 // java.util.Hashtable props
        end local 6 // int scan
        end local 5 // int off
        end local 4 // java.lang.Object pix
        end local 3 // java.awt.image.ColorModel cm
        end local 2 // int h
        end local 1 // int w
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ljava/awt/image/MemoryImageSource;
            0   10     1      w  I
            0   10     2      h  I
            0   10     3     cm  Ljava/awt/image/ColorModel;
            0   10     4    pix  Ljava/lang/Object;
            0   10     5    off  I
            0   10     6   scan  I
            0   10     7  props  Ljava/util/Hashtable<**>;
    Signature: (IILjava/awt/image/ColorModel;Ljava/lang/Object;IILjava/util/Hashtable<**>;)V
    MethodParameters:
       Name  Flags
      w      
      h      
      cm     
      pix    
      off    
      scan   
      props  

  public void <init>(int, int, int[], int, int);
    descriptor: (II[III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // int w
        start local 2 // int h
        start local 3 // int[] pix
        start local 4 // int off
        start local 5 // int scan
         0: .line 226
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 115
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
         2: .line 227
            aload 0 /* this */
            iload 1 /* w */
            iload 2 /* h */
            invokestatic java.awt.image.ColorModel.getRGBdefault:()Ljava/awt/image/ColorModel;
         3: .line 228
            aload 3 /* pix */
            iload 4 /* off */
            iload 5 /* scan */
            aconst_null
         4: .line 227
            invokevirtual java.awt.image.MemoryImageSource.initialize:(IILjava/awt/image/ColorModel;Ljava/lang/Object;IILjava/util/Hashtable;)V
         5: .line 229
            return
        end local 5 // int scan
        end local 4 // int off
        end local 3 // int[] pix
        end local 2 // int h
        end local 1 // int w
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/awt/image/MemoryImageSource;
            0    6     1     w  I
            0    6     2     h  I
            0    6     3   pix  [I
            0    6     4   off  I
            0    6     5  scan  I
    MethodParameters:
      Name  Flags
      w     
      h     
      pix   
      off   
      scan  

  public void <init>(int, int, int[], int, int, java.util.Hashtable<?, ?>);
    descriptor: (II[IIILjava/util/Hashtable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // int w
        start local 2 // int h
        start local 3 // int[] pix
        start local 4 // int off
        start local 5 // int scan
        start local 6 // java.util.Hashtable props
         0: .line 246
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 115
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
         2: .line 249
            aload 0 /* this */
            iload 1 /* w */
            iload 2 /* h */
            invokestatic java.awt.image.ColorModel.getRGBdefault:()Ljava/awt/image/ColorModel;
         3: .line 250
            aload 3 /* pix */
            iload 4 /* off */
            iload 5 /* scan */
            aload 6 /* props */
         4: .line 249
            invokevirtual java.awt.image.MemoryImageSource.initialize:(IILjava/awt/image/ColorModel;Ljava/lang/Object;IILjava/util/Hashtable;)V
         5: .line 251
            return
        end local 6 // java.util.Hashtable props
        end local 5 // int scan
        end local 4 // int off
        end local 3 // int[] pix
        end local 2 // int h
        end local 1 // int w
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljava/awt/image/MemoryImageSource;
            0    6     1      w  I
            0    6     2      h  I
            0    6     3    pix  [I
            0    6     4    off  I
            0    6     5   scan  I
            0    6     6  props  Ljava/util/Hashtable<**>;
    Signature: (II[IIILjava/util/Hashtable<**>;)V
    MethodParameters:
       Name  Flags
      w      
      h      
      pix    
      off    
      scan   
      props  

  public synchronized void addConsumer(java.awt.image.ImageConsumer);
    descriptor: (Ljava/awt/image/ImageConsumer;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // java.awt.image.ImageConsumer ic
         0: .line 262
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
            aload 1 /* ic */
            invokevirtual java.util.Vector.contains:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 263
            return
         2: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
            aload 1 /* ic */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         3: .line 267
            aload 0 /* this */
            aload 1 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.initConsumer:(Ljava/awt/image/ImageConsumer;)V
         4: .line 268
            aload 0 /* this */
            aload 1 /* ic */
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.width:I
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.height:I
            invokevirtual java.awt.image.MemoryImageSource.sendPixels:(Ljava/awt/image/ImageConsumer;IIII)V
         5: .line 269
            aload 0 /* this */
            aload 1 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.isConsumer:(Ljava/awt/image/ImageConsumer;)Z
            ifeq 17
         6: .line 270
            aload 1 /* ic */
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.animating:Z
            ifeq 8
         7: .line 271
            iconst_2
            goto 9
         8: .line 272
      StackMap locals:
      StackMap stack: java.awt.image.ImageConsumer
            iconst_3
         9: .line 270
      StackMap locals: java.awt.image.MemoryImageSource java.awt.image.ImageConsumer
      StackMap stack: java.awt.image.ImageConsumer int
            invokeinterface java.awt.image.ImageConsumer.imageComplete:(I)V
        10: .line 273
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.animating:Z
            ifne 17
            aload 0 /* this */
            aload 1 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.isConsumer:(Ljava/awt/image/ImageConsumer;)Z
            ifeq 17
        11: .line 274
            aload 1 /* ic */
            iconst_1
            invokeinterface java.awt.image.ImageConsumer.imageComplete:(I)V
        12: .line 275
            aload 0 /* this */
            aload 1 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.removeConsumer:(Ljava/awt/image/ImageConsumer;)V
        13: .line 278
            goto 17
      StackMap locals:
      StackMap stack: java.lang.Exception
        14: pop
        15: .line 279
            aload 0 /* this */
            aload 1 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.isConsumer:(Ljava/awt/image/ImageConsumer;)Z
            ifeq 17
        16: .line 280
            aload 1 /* ic */
            iconst_1
            invokeinterface java.awt.image.ImageConsumer.imageComplete:(I)V
        17: .line 283
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.image.ImageConsumer ic
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Ljava/awt/image/MemoryImageSource;
            0   18     1    ic  Ljava/awt/image/ImageConsumer;
      Exception table:
        from    to  target  type
           3    13      14  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      ic    

  public synchronized boolean isConsumer(java.awt.image.ImageConsumer);
    descriptor: (Ljava/awt/image/ImageConsumer;)Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // java.awt.image.ImageConsumer ic
         0: .line 294
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
            aload 1 /* ic */
            invokevirtual java.util.Vector.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.awt.image.ImageConsumer ic
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/image/MemoryImageSource;
            0    1     1    ic  Ljava/awt/image/ImageConsumer;
    MethodParameters:
      Name  Flags
      ic    

  public synchronized void removeConsumer(java.awt.image.ImageConsumer);
    descriptor: (Ljava/awt/image/ImageConsumer;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // java.awt.image.ImageConsumer ic
         0: .line 304
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
            aload 1 /* ic */
            invokevirtual java.util.Vector.removeElement:(Ljava/lang/Object;)Z
            pop
         1: .line 305
            return
        end local 1 // java.awt.image.ImageConsumer ic
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/image/MemoryImageSource;
            0    2     1    ic  Ljava/awt/image/ImageConsumer;
    MethodParameters:
      Name  Flags
      ic    

  public void startProduction(java.awt.image.ImageConsumer);
    descriptor: (Ljava/awt/image/ImageConsumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // java.awt.image.ImageConsumer ic
         0: .line 316
            aload 0 /* this */
            aload 1 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.addConsumer:(Ljava/awt/image/ImageConsumer;)V
         1: .line 317
            return
        end local 1 // java.awt.image.ImageConsumer ic
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/image/MemoryImageSource;
            0    2     1    ic  Ljava/awt/image/ImageConsumer;
    MethodParameters:
      Name  Flags
      ic    

  public void requestTopDownLeftRightResend(java.awt.image.ImageConsumer);
    descriptor: (Ljava/awt/image/ImageConsumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // java.awt.image.ImageConsumer ic
         0: .line 328
            return
        end local 1 // java.awt.image.ImageConsumer ic
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/image/MemoryImageSource;
            0    1     1    ic  Ljava/awt/image/ImageConsumer;
    MethodParameters:
      Name  Flags
      ic    

  public synchronized void setAnimated(boolean);
    descriptor: (Z)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // boolean animated
         0: .line 344
            aload 0 /* this */
            iload 1 /* animated */
            putfield java.awt.image.MemoryImageSource.animating:Z
         1: .line 345
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.animating:Z
            ifne 10
         2: .line 346
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 2 /* enum_ */
        start local 2 // java.util.Enumeration enum_
         3: .line 347
            goto 8
         4: .line 348
      StackMap locals: java.util.Enumeration
      StackMap stack:
            aload 2 /* enum_ */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.awt.image.ImageConsumer
            astore 3 /* ic */
        start local 3 // java.awt.image.ImageConsumer ic
         5: .line 349
            aload 3 /* ic */
            iconst_3
            invokeinterface java.awt.image.ImageConsumer.imageComplete:(I)V
         6: .line 350
            aload 0 /* this */
            aload 3 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.isConsumer:(Ljava/awt/image/ImageConsumer;)Z
            ifeq 8
         7: .line 351
            aload 3 /* ic */
            iconst_1
            invokeinterface java.awt.image.ImageConsumer.imageComplete:(I)V
        end local 3 // java.awt.image.ImageConsumer ic
         8: .line 347
      StackMap locals:
      StackMap stack:
            aload 2 /* enum_ */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 4
         9: .line 354
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
            invokevirtual java.util.Vector.removeAllElements:()V
        end local 2 // java.util.Enumeration enum_
        10: .line 356
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean animated
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Ljava/awt/image/MemoryImageSource;
            0   11     1  animated  Z
            3   10     2     enum_  Ljava/util/Enumeration<Ljava/awt/image/ImageConsumer;>;
            5    8     3        ic  Ljava/awt/image/ImageConsumer;
    MethodParameters:
          Name  Flags
      animated  

  public synchronized void setFullBufferUpdates(boolean);
    descriptor: (Z)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // boolean fullbuffers
         0: .line 374
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.fullbuffers:Z
            iload 1 /* fullbuffers */
            if_icmpne 2
         1: .line 375
            return
         2: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* fullbuffers */
            putfield java.awt.image.MemoryImageSource.fullbuffers:Z
         3: .line 378
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.animating:Z
            ifeq 13
         4: .line 379
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 2 /* enum_ */
        start local 2 // java.util.Enumeration enum_
         5: .line 380
            goto 12
         6: .line 381
      StackMap locals: java.util.Enumeration
      StackMap stack:
            aload 2 /* enum_ */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.awt.image.ImageConsumer
            astore 3 /* ic */
        start local 3 // java.awt.image.ImageConsumer ic
         7: .line 382
            aload 3 /* ic */
            iload 1 /* fullbuffers */
            ifeq 10
         8: .line 383
            bipush 6
         9: .line 384
            goto 11
        10: .line 385
      StackMap locals: java.awt.image.MemoryImageSource int java.util.Enumeration java.awt.image.ImageConsumer
      StackMap stack: java.awt.image.ImageConsumer
            iconst_1
        11: .line 382
      StackMap locals: java.awt.image.MemoryImageSource int java.util.Enumeration java.awt.image.ImageConsumer
      StackMap stack: java.awt.image.ImageConsumer int
            invokeinterface java.awt.image.ImageConsumer.setHints:(I)V
        end local 3 // java.awt.image.ImageConsumer ic
        12: .line 380
      StackMap locals:
      StackMap stack:
            aload 2 /* enum_ */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 6
        end local 2 // java.util.Enumeration enum_
        13: .line 388
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean fullbuffers
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Ljava/awt/image/MemoryImageSource;
            0   14     1  fullbuffers  Z
            5   13     2        enum_  Ljava/util/Enumeration<Ljava/awt/image/ImageConsumer;>;
            7   12     3           ic  Ljava/awt/image/ImageConsumer;
    MethodParameters:
             Name  Flags
      fullbuffers  

  public void newPixels();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // java.awt.image.MemoryImageSource this
         0: .line 401
            aload 0 /* this */
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.width:I
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.height:I
            iconst_1
            invokevirtual java.awt.image.MemoryImageSource.newPixels:(IIIIZ)V
         1: .line 402
            return
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/image/MemoryImageSource;

  public synchronized void newPixels(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 425
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iconst_1
            invokevirtual java.awt.image.MemoryImageSource.newPixels:(IIIIZ)V
         1: .line 426
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/image/MemoryImageSource;
            0    2     1     x  I
            0    2     2     y  I
            0    2     3     w  I
            0    2     4     h  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public synchronized void newPixels(int, int, int, int, boolean);
    descriptor: (IIIIZ)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // boolean framenotify
         0: .line 453
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.animating:Z
            ifeq 27
         1: .line 454
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.fullbuffers:Z
            ifeq 6
         2: .line 455
            iconst_0
            dup
            istore 2 /* y */
            istore 1 /* x */
         3: .line 456
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.width:I
            istore 3 /* w */
         4: .line 457
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.height:I
            istore 4 /* h */
         5: .line 458
            goto 16
         6: .line 459
      StackMap locals:
      StackMap stack:
            iload 1 /* x */
            ifge 9
         7: .line 460
            iload 3 /* w */
            iload 1 /* x */
            iadd
            istore 3 /* w */
         8: .line 461
            iconst_0
            istore 1 /* x */
         9: .line 463
      StackMap locals:
      StackMap stack:
            iload 1 /* x */
            iload 3 /* w */
            iadd
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.width:I
            if_icmple 11
        10: .line 464
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.width:I
            iload 1 /* x */
            isub
            istore 3 /* w */
        11: .line 466
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            ifge 14
        12: .line 467
            iload 4 /* h */
            iload 2 /* y */
            iadd
            istore 4 /* h */
        13: .line 468
            iconst_0
            istore 2 /* y */
        14: .line 470
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.height:I
            if_icmple 16
        15: .line 471
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.height:I
            iload 2 /* y */
            isub
            istore 4 /* h */
        16: .line 474
      StackMap locals:
      StackMap stack:
            iload 3 /* w */
            ifle 17
            iload 4 /* h */
            ifgt 19
      StackMap locals:
      StackMap stack:
        17: iload 5 /* framenotify */
            ifne 19
        18: .line 475
            return
        19: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.theConsumers:Ljava/util/Vector;
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 6 /* enum_ */
        start local 6 // java.util.Enumeration enum_
        20: .line 478
            goto 26
        21: .line 479
      StackMap locals: java.util.Enumeration
      StackMap stack:
            aload 6 /* enum_ */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.awt.image.ImageConsumer
            astore 7 /* ic */
        start local 7 // java.awt.image.ImageConsumer ic
        22: .line 480
            iload 3 /* w */
            ifle 24
            iload 4 /* h */
            ifle 24
        23: .line 481
            aload 0 /* this */
            aload 7 /* ic */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual java.awt.image.MemoryImageSource.sendPixels:(Ljava/awt/image/ImageConsumer;IIII)V
        24: .line 483
      StackMap locals: java.awt.image.ImageConsumer
      StackMap stack:
            iload 5 /* framenotify */
            ifeq 26
            aload 0 /* this */
            aload 7 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.isConsumer:(Ljava/awt/image/ImageConsumer;)Z
            ifeq 26
        25: .line 484
            aload 7 /* ic */
            iconst_2
            invokeinterface java.awt.image.ImageConsumer.imageComplete:(I)V
        end local 7 // java.awt.image.ImageConsumer ic
        26: .line 478
      StackMap locals:
      StackMap stack:
            aload 6 /* enum_ */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 21
        end local 6 // java.util.Enumeration enum_
        27: .line 488
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean framenotify
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   28     0         this  Ljava/awt/image/MemoryImageSource;
            0   28     1            x  I
            0   28     2            y  I
            0   28     3            w  I
            0   28     4            h  I
            0   28     5  framenotify  Z
           20   27     6        enum_  Ljava/util/Enumeration<Ljava/awt/image/ImageConsumer;>;
           22   26     7           ic  Ljava/awt/image/ImageConsumer;
    MethodParameters:
             Name  Flags
      x            
      y            
      w            
      h            
      framenotify  

  public synchronized void newPixels(byte[], java.awt.image.ColorModel, int, int);
    descriptor: ([BLjava/awt/image/ColorModel;II)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // byte[] newpix
        start local 2 // java.awt.image.ColorModel newmodel
        start local 3 // int offset
        start local 4 // int scansize
         0: .line 506
            aload 0 /* this */
            aload 1 /* newpix */
            putfield java.awt.image.MemoryImageSource.pixels:Ljava/lang/Object;
         1: .line 507
            aload 0 /* this */
            aload 2 /* newmodel */
            putfield java.awt.image.MemoryImageSource.model:Ljava/awt/image/ColorModel;
         2: .line 508
            aload 0 /* this */
            iload 3 /* offset */
            putfield java.awt.image.MemoryImageSource.pixeloffset:I
         3: .line 509
            aload 0 /* this */
            iload 4 /* scansize */
            putfield java.awt.image.MemoryImageSource.pixelscan:I
         4: .line 510
            aload 0 /* this */
            invokevirtual java.awt.image.MemoryImageSource.newPixels:()V
         5: .line 511
            return
        end local 4 // int scansize
        end local 3 // int offset
        end local 2 // java.awt.image.ColorModel newmodel
        end local 1 // byte[] newpix
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljava/awt/image/MemoryImageSource;
            0    6     1    newpix  [B
            0    6     2  newmodel  Ljava/awt/image/ColorModel;
            0    6     3    offset  I
            0    6     4  scansize  I
    MethodParameters:
          Name  Flags
      newpix    
      newmodel  
      offset    
      scansize  

  public synchronized void newPixels(int[], java.awt.image.ColorModel, int, int);
    descriptor: ([ILjava/awt/image/ColorModel;II)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // int[] newpix
        start local 2 // java.awt.image.ColorModel newmodel
        start local 3 // int offset
        start local 4 // int scansize
         0: .line 529
            aload 0 /* this */
            aload 1 /* newpix */
            putfield java.awt.image.MemoryImageSource.pixels:Ljava/lang/Object;
         1: .line 530
            aload 0 /* this */
            aload 2 /* newmodel */
            putfield java.awt.image.MemoryImageSource.model:Ljava/awt/image/ColorModel;
         2: .line 531
            aload 0 /* this */
            iload 3 /* offset */
            putfield java.awt.image.MemoryImageSource.pixeloffset:I
         3: .line 532
            aload 0 /* this */
            iload 4 /* scansize */
            putfield java.awt.image.MemoryImageSource.pixelscan:I
         4: .line 533
            aload 0 /* this */
            invokevirtual java.awt.image.MemoryImageSource.newPixels:()V
         5: .line 534
            return
        end local 4 // int scansize
        end local 3 // int offset
        end local 2 // java.awt.image.ColorModel newmodel
        end local 1 // int[] newpix
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljava/awt/image/MemoryImageSource;
            0    6     1    newpix  [I
            0    6     2  newmodel  Ljava/awt/image/ColorModel;
            0    6     3    offset  I
            0    6     4  scansize  I
    MethodParameters:
          Name  Flags
      newpix    
      newmodel  
      offset    
      scansize  

  private void initConsumer(java.awt.image.ImageConsumer);
    descriptor: (Ljava/awt/image/ImageConsumer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // java.awt.image.ImageConsumer ic
         0: .line 537
            aload 0 /* this */
            aload 1 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.isConsumer:(Ljava/awt/image/ImageConsumer;)Z
            ifeq 2
         1: .line 538
            aload 1 /* ic */
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.width:I
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.height:I
            invokeinterface java.awt.image.ImageConsumer.setDimensions:(II)V
         2: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.isConsumer:(Ljava/awt/image/ImageConsumer;)Z
            ifeq 4
         3: .line 541
            aload 1 /* ic */
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.properties:Ljava/util/Hashtable;
            invokeinterface java.awt.image.ImageConsumer.setProperties:(Ljava/util/Hashtable;)V
         4: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.isConsumer:(Ljava/awt/image/ImageConsumer;)Z
            ifeq 6
         5: .line 544
            aload 1 /* ic */
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.model:Ljava/awt/image/ColorModel;
            invokeinterface java.awt.image.ImageConsumer.setColorModel:(Ljava/awt/image/ColorModel;)V
         6: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.isConsumer:(Ljava/awt/image/ImageConsumer;)Z
            ifeq 14
         7: .line 547
            aload 1 /* ic */
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.animating:Z
            ifeq 12
         8: .line 548
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.fullbuffers:Z
            ifeq 11
         9: .line 549
            bipush 6
        10: .line 550
            goto 13
        11: .line 551
      StackMap locals:
      StackMap stack: java.awt.image.ImageConsumer
            iconst_1
            goto 13
        12: .line 552
      StackMap locals:
      StackMap stack: java.awt.image.ImageConsumer
            bipush 30
        13: .line 547
      StackMap locals: java.awt.image.MemoryImageSource java.awt.image.ImageConsumer
      StackMap stack: java.awt.image.ImageConsumer int
            invokeinterface java.awt.image.ImageConsumer.setHints:(I)V
        14: .line 557
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.image.ImageConsumer ic
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Ljava/awt/image/MemoryImageSource;
            0   15     1    ic  Ljava/awt/image/ImageConsumer;
    MethodParameters:
      Name  Flags
      ic    

  private void sendPixels(java.awt.image.ImageConsumer, int, int, int, int);
    descriptor: (Ljava/awt/image/ImageConsumer;IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=7, args_size=6
        start local 0 // java.awt.image.MemoryImageSource this
        start local 1 // java.awt.image.ImageConsumer ic
        start local 2 // int x
        start local 3 // int y
        start local 4 // int w
        start local 5 // int h
         0: .line 560
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.pixeloffset:I
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.pixelscan:I
            iload 3 /* y */
            imul
            iadd
            iload 2 /* x */
            iadd
            istore 6 /* off */
        start local 6 // int off
         1: .line 561
            aload 0 /* this */
            aload 1 /* ic */
            invokevirtual java.awt.image.MemoryImageSource.isConsumer:(Ljava/awt/image/ImageConsumer;)Z
            ifeq 10
         2: .line 562
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.pixels:Ljava/lang/Object;
            instanceof byte[]
            ifeq 7
         3: .line 563
            aload 1 /* ic */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.model:Ljava/awt/image/ColorModel;
         4: .line 564
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.pixels:Ljava/lang/Object;
            checkcast byte[]
            iload 6 /* off */
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.pixelscan:I
         5: .line 563
            invokeinterface java.awt.image.ImageConsumer.setPixels:(IIIILjava/awt/image/ColorModel;[BII)V
         6: .line 565
            goto 10
         7: .line 566
      StackMap locals: int
      StackMap stack:
            aload 1 /* ic */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.model:Ljava/awt/image/ColorModel;
         8: .line 567
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.pixels:Ljava/lang/Object;
            checkcast int[]
            iload 6 /* off */
            aload 0 /* this */
            getfield java.awt.image.MemoryImageSource.pixelscan:I
         9: .line 566
            invokeinterface java.awt.image.ImageConsumer.setPixels:(IIIILjava/awt/image/ColorModel;[III)V
        10: .line 570
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int off
        end local 5 // int h
        end local 4 // int w
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.awt.image.ImageConsumer ic
        end local 0 // java.awt.image.MemoryImageSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljava/awt/image/MemoryImageSource;
            0   11     1    ic  Ljava/awt/image/ImageConsumer;
            0   11     2     x  I
            0   11     3     y  I
            0   11     4     w  I
            0   11     5     h  I
            1   11     6   off  I
    MethodParameters:
      Name  Flags
      ic    
      x     
      y     
      w     
      h     
}
SourceFile: "MemoryImageSource.java"