public class DefaultEscherRecordFactory extends Object implements EscherRecordFactory
EscherRecordFactory| Constructor and Description | 
|---|
| DefaultEscherRecordFactory()Creates an instance of the escher record factory | 
| Modifier and Type | Method and Description | 
|---|---|
| EscherRecord | createRecord(byte[] data,
            int offset)Generates an escher record including the any children contained under that record. | 
public DefaultEscherRecordFactory()
public EscherRecord createRecord(byte[] data, int offset)
createRecord in interface EscherRecordFactorydata - The byte array containing the recordsoffset - The starting offset into the byte arrayCopyright © 2014 Open Microscopy Environment