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

All Implemented Interfaces:
    EscherRecordFactory

Generates escher records when provided the byte array containing those records.
Constructor:
 public DefaultEscherRecordFactory() 
Method from org.apache.poi.ddf.DefaultEscherRecordFactory Summary:
createRecord
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.ddf.DefaultEscherRecordFactory Detail:
 public EscherRecord createRecord(byte[] data,
    int offset) 
    Generates an escher record including the any children contained under that record. An exception is thrown if the record could not be generated.