Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public class: EscherBlipRecord [javadoc | source]
java.lang.Object
   org.apache.poi.ddf.EscherRecord
      org.apache.poi.ddf.EscherBlipRecord

Direct Known Subclasses:
    EscherMetafileBlip, EscherBlipWMFRecord, EscherBitmapBlip, EscherPictBlip

Field Summary
public static final  short RECORD_ID_START     
public static final  short RECORD_ID_END     
public static final  String RECORD_DESCRIPTION     
protected  byte[] field_pictureData     
Constructor:
 public EscherBlipRecord() 
Method from org.apache.poi.ddf.EscherBlipRecord Summary:
fillFields,   getPicturedata,   getRecordName,   getRecordSize,   serialize,   setPictureData,   toString
Methods from org.apache.poi.ddf.EscherRecord:
clone,   display,   fillFields,   fillFields,   getChild,   getChildRecords,   getInstance,   getOptions,   getRecordId,   getRecordName,   getRecordSize,   isContainerRecord,   readHeader,   serialize,   serialize,   serialize,   setChildRecords,   setOptions,   setRecordId
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.ddf.EscherBlipRecord Detail:
 public int fillFields(byte[] data,
    int offset,
    EscherRecordFactory recordFactory) 
    This method deserializes the record from a byte array.
 public byte[] getPicturedata() 
 public String getRecordName() 
    The short name for this record
 public int getRecordSize() 
    Returns the number of bytes that are required to serialize this record.
 public int serialize(int offset,
    byte[] data,
    EscherSerializationListener listener) 
    Serializes the record to an existing byte array.
 public  void setPictureData(byte[] pictureData) 
 public String toString()