Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public class: UnknownEscherRecord [javadoc | source]
java.lang.Object
   org.apache.poi.ddf.EscherRecord
      org.apache.poi.ddf.UnknownEscherRecord
This record is used whenever a escher record is encountered that we do not explicitly support.
Constructor:
 public UnknownEscherRecord() 
Method from org.apache.poi.ddf.UnknownEscherRecord Summary:
addChildRecord,   clone,   fillFields,   getChildRecords,   getData,   getRecordName,   getRecordSize,   serialize,   setChildRecords,   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.UnknownEscherRecord Detail:
 public  void addChildRecord(EscherRecord childRecord) 
 public Object clone() 
 public int fillFields(byte[] data,
    int offset,
    EscherRecordFactory recordFactory) 
    This method deserializes the record from a byte array.
 public List getChildRecords() 
 public byte[] getData() 
 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) 
    Writes this record and any contained records to the supplied byte array.
 public  void setChildRecords(List childRecords) 
 public String toString()