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 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 EscherRecordFactory
data
- The byte array containing the recordsoffset
- The starting offset into the byte arraypublic static boolean isContainer(short options, short recordId)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.