public class DefaultEscherRecordFactory extends java.lang.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 any children contained under that record.
|
protected java.util.function.Supplier<? extends EscherRecord> |
getConstructor(short options,
short recordId) |
static boolean |
isContainer(short options,
short recordId)
Deprecated.
this method is not used anymore to identify container records
|
public DefaultEscherRecordFactory()
public EscherRecord createRecord(byte[] data, int offset)
EscherRecordFactory
createRecord
in interface EscherRecordFactory
data
- The byte array containing the recordsoffset
- The starting offset into the byte arrayprotected java.util.function.Supplier<? extends EscherRecord> getConstructor(short options, short recordId)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.