public final class org.apache.poi.ddf.EscherPictBlip extends org.apache.poi.ddf.EscherBlipRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.poi.ddf.EscherPictBlip
  super_class: org.apache.poi.ddf.EscherBlipRecord
{
  private static final org.apache.poi.util.POILogger log;
    descriptor: Lorg/apache/poi/util/POILogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int MAX_RECORD_LENGTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 100000

  public static final short RECORD_ID_EMF;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -4070

  public static final short RECORD_ID_WMF;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -4069

  public static final short RECORD_ID_PICT;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -4068

  private static final int HEADER_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private final byte[] field_1_UID;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

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

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

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

  private byte field_6_fCompression;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private byte field_7_fFilter;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private byte[] raw_pictureData;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 33
            ldc Lorg/apache/poi/ddf/EscherPictBlip;
            invokestatic org.apache.poi.util.POILogFactory.getLogger:(Ljava/lang/Class;)Lorg/apache/poi/util/POILogger;
            putstatic org.apache.poi.ddf.EscherPictBlip.log:Lorg/apache/poi/util/POILogger;
         1: .line 41
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
         0: .line 32
            aload 0 /* this */
            invokespecial org.apache.poi.ddf.EscherBlipRecord.<init>:()V
         1: .line 43
            aload 0 /* this */
            bipush 16
            newarray 8
            putfield org.apache.poi.ddf.EscherPictBlip.field_1_UID:[B
         2: .line 32
            return
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/poi/ddf/EscherPictBlip;

  public int fillFields(byte[], int, org.apache.poi.ddf.EscherRecordFactory);
    descriptor: ([BILorg/apache/poi/ddf/EscherRecordFactory;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
        start local 1 // byte[] data
        start local 2 // int offset
        start local 3 // org.apache.poi.ddf.EscherRecordFactory recordFactory
         0: .line 59
            aload 0 /* this */
            aload 1 /* data */
            iload 2 /* offset */
            invokevirtual org.apache.poi.ddf.EscherPictBlip.readHeader:([BI)I
            istore 4 /* bytesAfterHeader */
        start local 4 // int bytesAfterHeader
         1: .line 60
            iload 2 /* offset */
            bipush 8
            iadd
            istore 5 /* pos */
        start local 5 // int pos
         2: .line 62
            aload 1 /* data */
            iload 5 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_1_UID:[B
            iconst_0
            bipush 16
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            iinc 5 /* pos */ 16
         3: .line 63
            aload 0 /* this */
            aload 1 /* data */
            iload 5 /* pos */
            invokestatic org.apache.poi.util.LittleEndian.getInt:([BI)I
            putfield org.apache.poi.ddf.EscherPictBlip.field_2_cb:I
            iinc 5 /* pos */ 4
         4: .line 64
            aload 0 /* this */
            aload 1 /* data */
            iload 5 /* pos */
            invokestatic org.apache.poi.util.LittleEndian.getInt:([BI)I
            putfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_x1:I
            iinc 5 /* pos */ 4
         5: .line 65
            aload 0 /* this */
            aload 1 /* data */
            iload 5 /* pos */
            invokestatic org.apache.poi.util.LittleEndian.getInt:([BI)I
            putfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_y1:I
            iinc 5 /* pos */ 4
         6: .line 66
            aload 0 /* this */
            aload 1 /* data */
            iload 5 /* pos */
            invokestatic org.apache.poi.util.LittleEndian.getInt:([BI)I
            putfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_x2:I
            iinc 5 /* pos */ 4
         7: .line 67
            aload 0 /* this */
            aload 1 /* data */
            iload 5 /* pos */
            invokestatic org.apache.poi.util.LittleEndian.getInt:([BI)I
            putfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_y2:I
            iinc 5 /* pos */ 4
         8: .line 68
            aload 0 /* this */
            aload 1 /* data */
            iload 5 /* pos */
            invokestatic org.apache.poi.util.LittleEndian.getInt:([BI)I
            putfield org.apache.poi.ddf.EscherPictBlip.field_4_ptSize_w:I
            iinc 5 /* pos */ 4
         9: .line 69
            aload 0 /* this */
            aload 1 /* data */
            iload 5 /* pos */
            invokestatic org.apache.poi.util.LittleEndian.getInt:([BI)I
            putfield org.apache.poi.ddf.EscherPictBlip.field_4_ptSize_h:I
            iinc 5 /* pos */ 4
        10: .line 70
            aload 0 /* this */
            aload 1 /* data */
            iload 5 /* pos */
            invokestatic org.apache.poi.util.LittleEndian.getInt:([BI)I
            putfield org.apache.poi.ddf.EscherPictBlip.field_5_cbSave:I
            iinc 5 /* pos */ 4
        11: .line 71
            aload 0 /* this */
            aload 1 /* data */
            iload 5 /* pos */
            baload
            putfield org.apache.poi.ddf.EscherPictBlip.field_6_fCompression:B
            iinc 5 /* pos */ 1
        12: .line 72
            aload 0 /* this */
            aload 1 /* data */
            iload 5 /* pos */
            baload
            putfield org.apache.poi.ddf.EscherPictBlip.field_7_fFilter:B
            iinc 5 /* pos */ 1
        13: .line 74
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_5_cbSave:I
            i2l
            ldc 100000
            invokestatic org.apache.poi.util.IOUtils.safelyAllocate:(JI)[B
            putfield org.apache.poi.ddf.EscherPictBlip.raw_pictureData:[B
        14: .line 75
            aload 1 /* data */
            iload 5 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.raw_pictureData:[B
            iconst_0
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_5_cbSave:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 79
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_6_fCompression:B
            ifne 18
        16: .line 81
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.raw_pictureData:[B
            invokestatic org.apache.poi.ddf.EscherPictBlip.inflatePictureData:([B)[B
            invokespecial org.apache.poi.ddf.EscherBlipRecord.setPictureData:([B)V
        17: .line 82
            goto 19
        18: .line 85
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.raw_pictureData:[B
            invokespecial org.apache.poi.ddf.EscherBlipRecord.setPictureData:([B)V
        19: .line 88
      StackMap locals:
      StackMap stack:
            iload 4 /* bytesAfterHeader */
            bipush 8
            iadd
            ireturn
        end local 5 // int pos
        end local 4 // int bytesAfterHeader
        end local 3 // org.apache.poi.ddf.EscherRecordFactory recordFactory
        end local 2 // int offset
        end local 1 // byte[] data
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   20     0              this  Lorg/apache/poi/ddf/EscherPictBlip;
            0   20     1              data  [B
            0   20     2            offset  I
            0   20     3     recordFactory  Lorg/apache/poi/ddf/EscherRecordFactory;
            1   20     4  bytesAfterHeader  I
            2   20     5               pos  I
    MethodParameters:
               Name  Flags
      data           
      offset         
      recordFactory  

  public int serialize(int, byte[], org.apache.poi.ddf.EscherSerializationListener);
    descriptor: (I[BLorg/apache/poi/ddf/EscherSerializationListener;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
        start local 1 // int offset
        start local 2 // byte[] data
        start local 3 // org.apache.poi.ddf.EscherSerializationListener listener
         0: .line 93
            aload 3 /* listener */
            iload 1 /* offset */
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherPictBlip.getRecordId:()S
            aload 0 /* this */
            invokeinterface org.apache.poi.ddf.EscherSerializationListener.beforeRecordSerialize:(ISLorg/apache/poi/ddf/EscherRecord;)V
         1: .line 95
            iload 1 /* offset */
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 96
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherPictBlip.getOptions:()S
            invokestatic org.apache.poi.util.LittleEndian.putShort:([BIS)V
            iinc 4 /* pos */ 2
         3: .line 97
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherPictBlip.getRecordId:()S
            invokestatic org.apache.poi.util.LittleEndian.putShort:([BIS)V
            iinc 4 /* pos */ 2
         4: .line 98
            aload 2 /* data */
            iconst_0
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherPictBlip.getRecordSize:()I
            bipush 8
            isub
            invokestatic org.apache.poi.util.LittleEndian.putInt:([BII)V
            iinc 4 /* pos */ 4
         5: .line 100
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_1_UID:[B
            iconst_0
            aload 2 /* data */
            iload 4 /* pos */
            bipush 16
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            iinc 4 /* pos */ 16
         6: .line 101
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_2_cb:I
            invokestatic org.apache.poi.util.LittleEndian.putInt:([BII)V
            iinc 4 /* pos */ 4
         7: .line 102
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_x1:I
            invokestatic org.apache.poi.util.LittleEndian.putInt:([BII)V
            iinc 4 /* pos */ 4
         8: .line 103
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_y1:I
            invokestatic org.apache.poi.util.LittleEndian.putInt:([BII)V
            iinc 4 /* pos */ 4
         9: .line 104
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_x2:I
            invokestatic org.apache.poi.util.LittleEndian.putInt:([BII)V
            iinc 4 /* pos */ 4
        10: .line 105
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_y2:I
            invokestatic org.apache.poi.util.LittleEndian.putInt:([BII)V
            iinc 4 /* pos */ 4
        11: .line 106
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_4_ptSize_w:I
            invokestatic org.apache.poi.util.LittleEndian.putInt:([BII)V
            iinc 4 /* pos */ 4
        12: .line 107
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_4_ptSize_h:I
            invokestatic org.apache.poi.util.LittleEndian.putInt:([BII)V
            iinc 4 /* pos */ 4
        13: .line 108
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_5_cbSave:I
            invokestatic org.apache.poi.util.LittleEndian.putInt:([BII)V
            iinc 4 /* pos */ 4
        14: .line 109
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_6_fCompression:B
            bastore
            iinc 4 /* pos */ 1
        15: .line 110
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_7_fFilter:B
            bastore
            iinc 4 /* pos */ 1
        16: .line 112
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.raw_pictureData:[B
            iconst_0
            aload 2 /* data */
            iload 4 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.raw_pictureData:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 114
            aload 3 /* listener */
            iload 1 /* offset */
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherPictBlip.getRecordSize:()I
            iadd
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherPictBlip.getRecordId:()S
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherPictBlip.getRecordSize:()I
            aload 0 /* this */
            invokeinterface org.apache.poi.ddf.EscherSerializationListener.afterRecordSerialize:(ISILorg/apache/poi/ddf/EscherRecord;)V
        18: .line 115
            bipush 25
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.raw_pictureData:[B
            arraylength
            iadd
            ireturn
        end local 4 // int pos
        end local 3 // org.apache.poi.ddf.EscherSerializationListener listener
        end local 2 // byte[] data
        end local 1 // int offset
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lorg/apache/poi/ddf/EscherPictBlip;
            0   19     1    offset  I
            0   19     2      data  [B
            0   19     3  listener  Lorg/apache/poi/ddf/EscherSerializationListener;
            2   19     4       pos  I
    MethodParameters:
          Name  Flags
      offset    
      data      
      listener  

  private static byte[] inflatePictureData(byte[]);
    descriptor: ([B)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // byte[] data
         0: .line 126
            new java.util.zip.InflaterInputStream
            dup
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* data */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            invokespecial java.util.zip.InflaterInputStream.<init>:(Ljava/io/InputStream;)V
            astore 1 /* in */
        start local 1 // java.util.zip.InflaterInputStream in
         1: .line 127
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 2 /* out */
        start local 2 // java.io.ByteArrayOutputStream out
         2: .line 128
            sipush 4096
            newarray 8
            astore 3 /* buf */
        start local 3 // byte[] buf
         3: .line 130
            goto 5
        start local 4 // int readBytes
         4: .line 131
      StackMap locals: byte[] java.util.zip.InflaterInputStream java.io.ByteArrayOutputStream byte[] int
      StackMap stack:
            aload 2 /* out */
            aload 3 /* buf */
            iconst_0
            iload 4 /* readBytes */
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
        end local 4 // int readBytes
         5: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            aload 3 /* buf */
            invokevirtual java.util.zip.InflaterInputStream.read:([B)I
            dup
            istore 4 /* readBytes */
        start local 4 // int readBytes
         6: ifgt 4
         7: .line 133
            aload 2 /* out */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
         8: areturn
        end local 4 // int readBytes
        end local 3 // byte[] buf
        end local 2 // java.io.ByteArrayOutputStream out
        end local 1 // java.util.zip.InflaterInputStream in
         9: .line 134
      StackMap locals: byte[]
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
        10: .line 135
            getstatic org.apache.poi.ddf.EscherPictBlip.log:Lorg/apache/poi/util/POILogger;
            iconst_3
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Possibly corrupt compression or non-compressed data"
            aastore
            dup
            iconst_1
            aload 1 /* e */
            aastore
            invokeinterface org.apache.poi.util.POILogger.log:(I[Ljava/lang/Object;)V
        11: .line 136
            aload 0 /* data */
            areturn
        end local 1 // java.io.IOException e
        end local 0 // byte[] data
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       data  [B
            1    9     1         in  Ljava/util/zip/InflaterInputStream;
            2    9     2        out  Ljava/io/ByteArrayOutputStream;
            3    9     3        buf  [B
            4    5     4  readBytes  I
            6    9     4  readBytes  I
           10   12     1          e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     8       9  Class java.io.IOException
    MethodParameters:
      Name  Flags
      data  

  public int getRecordSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
         0: .line 142
            bipush 58
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.raw_pictureData:[B
            arraylength
            iadd
            ireturn
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/ddf/EscherPictBlip;

  public byte[] getUID();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
         0: .line 152
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_1_UID:[B
            areturn
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/ddf/EscherPictBlip;

  public void setUID(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
        start local 1 // byte[] uid
         0: .line 162
            aload 1 /* uid */
            ifnull 1
            aload 1 /* uid */
            arraylength
            bipush 16
            if_icmpeq 2
         1: .line 163
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "uid must be byte[16]"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 165
      StackMap locals:
      StackMap stack:
            aload 1 /* uid */
            iconst_0
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_1_UID:[B
            iconst_0
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_1_UID:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 166
            return
        end local 1 // byte[] uid
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/poi/ddf/EscherPictBlip;
            0    4     1   uid  [B
    MethodParameters:
      Name  Flags
      uid   

  public int getUncompressedSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
         0: .line 174
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_2_cb:I
            ireturn
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/ddf/EscherPictBlip;

  public void setUncompressedSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
        start local 1 // int uncompressedSize
         0: .line 183
            aload 0 /* this */
            iload 1 /* uncompressedSize */
            putfield org.apache.poi.ddf.EscherPictBlip.field_2_cb:I
         1: .line 184
            return
        end local 1 // int uncompressedSize
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/apache/poi/ddf/EscherPictBlip;
            0    2     1  uncompressedSize  I
    MethodParameters:
                  Name  Flags
      uncompressedSize  

  public java.awt.Rectangle getBounds();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
         0: .line 192
            new java.awt.Rectangle
            dup
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_x1:I
         1: .line 193
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_y1:I
         2: .line 194
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_x2:I
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_x1:I
            isub
         3: .line 195
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_y2:I
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_y1:I
            isub
         4: .line 192
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            areturn
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/poi/ddf/EscherPictBlip;

  public void setBounds(java.awt.Rectangle);
    descriptor: (Ljava/awt/Rectangle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
        start local 1 // java.awt.Rectangle bounds
         0: .line 204
            aload 0 /* this */
            aload 1 /* bounds */
            getfield java.awt.Rectangle.x:I
            putfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_x1:I
         1: .line 205
            aload 0 /* this */
            aload 1 /* bounds */
            getfield java.awt.Rectangle.y:I
            putfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_y1:I
         2: .line 206
            aload 0 /* this */
            aload 1 /* bounds */
            getfield java.awt.Rectangle.x:I
            aload 1 /* bounds */
            getfield java.awt.Rectangle.width:I
            iadd
            putfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_x2:I
         3: .line 207
            aload 0 /* this */
            aload 1 /* bounds */
            getfield java.awt.Rectangle.y:I
            aload 1 /* bounds */
            getfield java.awt.Rectangle.height:I
            iadd
            putfield org.apache.poi.ddf.EscherPictBlip.field_3_rcBounds_y2:I
         4: .line 208
            return
        end local 1 // java.awt.Rectangle bounds
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/poi/ddf/EscherPictBlip;
            0    5     1  bounds  Ljava/awt/Rectangle;
    MethodParameters:
        Name  Flags
      bounds  

  public java.awt.Dimension getSizeEMU();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
         0: .line 216
            new java.awt.Dimension
            dup
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_4_ptSize_w:I
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_4_ptSize_h:I
            invokespecial java.awt.Dimension.<init>:(II)V
            areturn
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/ddf/EscherPictBlip;

  public void setSizeEMU(java.awt.Dimension);
    descriptor: (Ljava/awt/Dimension;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
        start local 1 // java.awt.Dimension sizeEMU
         0: .line 225
            aload 0 /* this */
            aload 1 /* sizeEMU */
            getfield java.awt.Dimension.width:I
            putfield org.apache.poi.ddf.EscherPictBlip.field_4_ptSize_w:I
         1: .line 226
            aload 0 /* this */
            aload 1 /* sizeEMU */
            getfield java.awt.Dimension.height:I
            putfield org.apache.poi.ddf.EscherPictBlip.field_4_ptSize_h:I
         2: .line 227
            return
        end local 1 // java.awt.Dimension sizeEMU
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/poi/ddf/EscherPictBlip;
            0    3     1  sizeEMU  Ljava/awt/Dimension;
    MethodParameters:
         Name  Flags
      sizeEMU  

  public int getCompressedSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
         0: .line 235
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_5_cbSave:I
            ireturn
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/ddf/EscherPictBlip;

  public void setCompressedSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
        start local 1 // int compressedSize
         0: .line 244
            aload 0 /* this */
            iload 1 /* compressedSize */
            putfield org.apache.poi.ddf.EscherPictBlip.field_5_cbSave:I
         1: .line 245
            return
        end local 1 // int compressedSize
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/apache/poi/ddf/EscherPictBlip;
            0    2     1  compressedSize  I
    MethodParameters:
                Name  Flags
      compressedSize  

  public boolean isCompressed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
         0: .line 253
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_6_fCompression:B
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/poi/ddf/EscherPictBlip;

  public void setCompressed(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
        start local 1 // boolean compressed
         0: .line 262
            aload 0 /* this */
            iload 1 /* compressed */
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: org.apache.poi.ddf.EscherPictBlip
         1: bipush -2
      StackMap locals: org.apache.poi.ddf.EscherPictBlip int
      StackMap stack: org.apache.poi.ddf.EscherPictBlip int
         2: putfield org.apache.poi.ddf.EscherPictBlip.field_6_fCompression:B
         3: .line 263
            return
        end local 1 // boolean compressed
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/apache/poi/ddf/EscherPictBlip;
            0    4     1  compressed  Z
    MethodParameters:
            Name  Flags
      compressed  

  public byte getFilter();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
         0: .line 271
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_7_fFilter:B
            ireturn
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/ddf/EscherPictBlip;

  public void setFilter(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
        start local 1 // byte filter
         0: .line 280
            aload 0 /* this */
            iload 1 /* filter */
            putfield org.apache.poi.ddf.EscherPictBlip.field_7_fFilter:B
         1: .line 281
            return
        end local 1 // byte filter
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/poi/ddf/EscherPictBlip;
            0    2     1  filter  B
    MethodParameters:
        Name  Flags
      filter  

  protected java.lang.Object[][] getAttributeMap();
    descriptor: ()[[Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.apache.poi.ddf.EscherPictBlip this
         0: .line 285
            bipush 8
            anewarray java.lang.Object[]
            dup
            iconst_0
         1: .line 286
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "UID"
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_1_UID:[B
            aastore
            aastore
            dup
            iconst_1
         2: .line 287
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Uncompressed Size"
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_2_cb:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            aastore
            dup
            iconst_2
         3: .line 288
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Bounds"
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherPictBlip.getBounds:()Ljava/awt/Rectangle;
            invokevirtual java.awt.Rectangle.toString:()Ljava/lang/String;
            aastore
            aastore
            dup
            iconst_3
         4: .line 289
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Size in EMU"
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherPictBlip.getSizeEMU:()Ljava/awt/Dimension;
            invokevirtual java.awt.Dimension.toString:()Ljava/lang/String;
            aastore
            aastore
            dup
            iconst_4
         5: .line 290
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Compressed Size"
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_5_cbSave:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            aastore
            dup
            iconst_5
         6: .line 291
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Compression"
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_6_fCompression:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            aastore
            aastore
            dup
            bipush 6
         7: .line 292
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Filter"
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.poi.ddf.EscherPictBlip.field_7_fFilter:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            aastore
            aastore
            dup
            bipush 7
         8: .line 293
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Extra Data"
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual org.apache.poi.ddf.EscherPictBlip.getPicturedata:()[B
            aastore
            aastore
         9: .line 285
            areturn
        end local 0 // org.apache.poi.ddf.EscherPictBlip this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/poi/ddf/EscherPictBlip;
}
SourceFile: "EscherPictBlip.java"