class com.sun.imageio.plugins.tiff.EmptyImage extends com.sun.imageio.plugins.common.SimpleRenderedImage
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.imageio.plugins.tiff.EmptyImage
  super_class: com.sun.imageio.plugins.common.SimpleRenderedImage
{
  void <init>(int, int, int, int, int, int, int, int, java.awt.image.SampleModel, java.awt.image.ColorModel);
    descriptor: (IIIIIIIILjava/awt/image/SampleModel;Ljava/awt/image/ColorModel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=11, args_size=11
        start local 0 // com.sun.imageio.plugins.tiff.EmptyImage this
        start local 1 // int minX
        start local 2 // int minY
        start local 3 // int width
        start local 4 // int height
        start local 5 // int tileGridXOffset
        start local 6 // int tileGridYOffset
        start local 7 // int tileWidth
        start local 8 // int tileHeight
        start local 9 // java.awt.image.SampleModel sampleModel
        start local 10 // java.awt.image.ColorModel colorModel
         0: .line 3646
            aload 0 /* this */
            invokespecial com.sun.imageio.plugins.common.SimpleRenderedImage.<init>:()V
         1: .line 3650
            aload 0 /* this */
            iload 1 /* minX */
            putfield com.sun.imageio.plugins.tiff.EmptyImage.minX:I
         2: .line 3651
            aload 0 /* this */
            iload 2 /* minY */
            putfield com.sun.imageio.plugins.tiff.EmptyImage.minY:I
         3: .line 3652
            aload 0 /* this */
            iload 3 /* width */
            putfield com.sun.imageio.plugins.tiff.EmptyImage.width:I
         4: .line 3653
            aload 0 /* this */
            iload 4 /* height */
            putfield com.sun.imageio.plugins.tiff.EmptyImage.height:I
         5: .line 3654
            aload 0 /* this */
            iload 5 /* tileGridXOffset */
            putfield com.sun.imageio.plugins.tiff.EmptyImage.tileGridXOffset:I
         6: .line 3655
            aload 0 /* this */
            iload 6 /* tileGridYOffset */
            putfield com.sun.imageio.plugins.tiff.EmptyImage.tileGridYOffset:I
         7: .line 3656
            aload 0 /* this */
            iload 7 /* tileWidth */
            putfield com.sun.imageio.plugins.tiff.EmptyImage.tileWidth:I
         8: .line 3657
            aload 0 /* this */
            iload 8 /* tileHeight */
            putfield com.sun.imageio.plugins.tiff.EmptyImage.tileHeight:I
         9: .line 3658
            aload 0 /* this */
            aload 9 /* sampleModel */
            putfield com.sun.imageio.plugins.tiff.EmptyImage.sampleModel:Ljava/awt/image/SampleModel;
        10: .line 3659
            aload 0 /* this */
            aload 10 /* colorModel */
            putfield com.sun.imageio.plugins.tiff.EmptyImage.colorModel:Ljava/awt/image/ColorModel;
        11: .line 3660
            return
        end local 10 // java.awt.image.ColorModel colorModel
        end local 9 // java.awt.image.SampleModel sampleModel
        end local 8 // int tileHeight
        end local 7 // int tileWidth
        end local 6 // int tileGridYOffset
        end local 5 // int tileGridXOffset
        end local 4 // int height
        end local 3 // int width
        end local 2 // int minY
        end local 1 // int minX
        end local 0 // com.sun.imageio.plugins.tiff.EmptyImage this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lcom/sun/imageio/plugins/tiff/EmptyImage;
            0   12     1             minX  I
            0   12     2             minY  I
            0   12     3            width  I
            0   12     4           height  I
            0   12     5  tileGridXOffset  I
            0   12     6  tileGridYOffset  I
            0   12     7        tileWidth  I
            0   12     8       tileHeight  I
            0   12     9      sampleModel  Ljava/awt/image/SampleModel;
            0   12    10       colorModel  Ljava/awt/image/ColorModel;
    MethodParameters:
                 Name  Flags
      minX             
      minY             
      width            
      height           
      tileGridXOffset  
      tileGridYOffset  
      tileWidth        
      tileHeight       
      sampleModel      
      colorModel       

  public java.awt.image.Raster getTile(int, int);
    descriptor: (II)Ljava/awt/image/Raster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.imageio.plugins.tiff.EmptyImage this
        start local 1 // int tileX
        start local 2 // int tileY
         0: .line 3663
            aconst_null
            areturn
        end local 2 // int tileY
        end local 1 // int tileX
        end local 0 // com.sun.imageio.plugins.tiff.EmptyImage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/imageio/plugins/tiff/EmptyImage;
            0    1     1  tileX  I
            0    1     2  tileY  I
    MethodParameters:
       Name  Flags
      tileX  
      tileY  
}
SourceFile: "TIFFImageWriter.java"