Package org.apache.poi.hslf.record
Class HSLFEscherRecordFactory
java.lang.Object
org.apache.poi.ddf.DefaultEscherRecordFactory
org.apache.poi.hslf.record.HSLFEscherRecordFactory
- All Implemented Interfaces:
EscherRecordFactory
Generates escher records when provided the byte array containing those records.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRecord
(byte[] data, int offset) Generates an escher record including any children contained under that record.Methods inherited from class org.apache.poi.ddf.DefaultEscherRecordFactory
isContainer, recordsToMap
-
Constructor Details
-
HSLFEscherRecordFactory
public HSLFEscherRecordFactory()Creates an instance of the escher record factory
-
-
Method Details
-
createRecord
Description copied from interface:EscherRecordFactory
Generates an escher record including any children contained under that record. An exception is thrown if the record could not be generated.- Specified by:
createRecord
in interfaceEscherRecordFactory
- Overrides:
createRecord
in classDefaultEscherRecordFactory
- Parameters:
data
- The byte array containing the recordsoffset
- The starting offset into the byte array- Returns:
- The generated escher record
-