Exemplo n.º 1
0
 /**
  * Constructor
  *
  * @param erd the escher record data
  */
 public BlipStoreEntry(EscherRecordData erd)
     : base(erd)
 {
     type  = BlipType.getType(getInstance());
     write = false;
     byte[] bytes = getBytes();
     referenceCount = IntegerHelper.getInt(bytes[24], bytes[25], bytes[26], bytes[27]);
 }