Package org.apache.poi.ddf
Class EscherPropertyFactory
java.lang.Object
org.apache.poi.ddf.EscherPropertyFactory
Generates a property given a reference into the byte array storing that property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProperties
(byte[] data, int offset, short numProperties) Create new properties from a byte array.
-
Constructor Details
-
EscherPropertyFactory
public EscherPropertyFactory()
-
-
Method Details
-
createProperties
Create new properties from a byte array.- Parameters:
data
- The byte array containing the propertyoffset
- The starting offset into the byte arraynumProperties
- The number of properties to be read- Returns:
- The new properties
-