Package org.apache.poi.ddf
Class EscherPropertyFactory
- java.lang.Object
- 
- org.apache.poi.ddf.EscherPropertyFactory
 
- 
 public final class EscherPropertyFactory extends Object Generates a property given a reference into the byte array storing that property.
- 
- 
Constructor SummaryConstructors Constructor Description EscherPropertyFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EscherProperty>createProperties(byte[] data, int offset, short numProperties)Create new properties from a byte array.
 
- 
- 
- 
Method Detail- 
createPropertiespublic List<EscherProperty> createProperties(byte[] data, int offset, short numProperties) Create new properties from a byte array.- Parameters:
- data- The byte array containing the property
- offset- The starting offset into the byte array
- numProperties- The number of properties to be read
- Returns:
- The new properties
 
 
- 
 
-