EscherRecordFactorypublic class DefaultEscherRecordFactory extends java.lang.Object implements EscherRecordFactory
EscherRecordFactory| Constructor | Description |
|---|---|
DefaultEscherRecordFactory() |
Creates an instance of the escher record factory
|
| Modifier and Type | Method | Description |
|---|---|---|
EscherRecord |
createRecord(byte[] data,
int offset) |
Generates an escher record including the any children contained under that record.
|
static boolean |
isContainer(short options,
short recordId) |
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 arraypublic static boolean isContainer(short options,
short recordId)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.