Package loci.poi.ddf
Interface EscherRecordFactory
-
- All Known Implementing Classes:
DefaultEscherRecordFactory
public interface EscherRecordFactory
The escher record factory interface allows for the creation of escher records from a pointer into a data array.- Author:
- Glen Stampoultzis (glens at apache.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EscherRecord
createRecord(byte[] data, int offset)
Create a new escher record from the data provided.
-
-
-
Method Detail
-
createRecord
EscherRecord createRecord(byte[] data, int offset)
Create a new escher record from the data provided. Does not attempt to fill the contents of the record however.
-
-