Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public interface: EscherRecordFactory [javadoc | source]

All Known Implementing Classes:
    DefaultEscherRecordFactory

The escher record factory interface allows for the creation of escher records from a pointer into a data array.
Method from org.apache.poi.ddf.EscherRecordFactory Summary:
createRecord
Method from org.apache.poi.ddf.EscherRecordFactory Detail:
 public EscherRecord createRecord(byte[] data,
    int offset)
    Create a new escher record from the data provided. Does not attempt to fill the contents of the record however.