FileDocCategorySizeDatePackage
EscherRecordFactory.javaAPI DocApache Poi 3.0.11396Mon Jan 01 12:39:40 GMT 2007org.apache.poi.ddf

EscherRecordFactory

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)

Fields Summary
Constructors Summary
Methods Summary
public org.apache.poi.ddf.EscherRecordcreateRecord(byte[] data, int offset)
Create a new escher record from the data provided. Does not attempt to fill the contents of the record however.