Package loci.poi.ddf
Class EscherPropertyFactory
- java.lang.Object
-
- loci.poi.ddf.EscherPropertyFactory
-
public class EscherPropertyFactory extends Object
Generates a property given a reference into the byte array storing that property.- Author:
- Glen Stampoultzis
-
-
Constructor Summary
Constructors Constructor Description EscherPropertyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List
createProperties(byte[] data, int offset, short numProperties)
Create new properties from a byte array.
-
-
-
Method Detail
-
createProperties
public List createProperties(byte[] data, int offset, short numProperties)
Create new properties from a byte array.- Parameters:
data
- The byte array containing the propertyoffset
- The starting offset into the byte array- Returns:
- The new properties
-
-