public final class EscherPropertyFactory
extends java.lang.Object
| Constructor and Description | 
|---|
EscherPropertyFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<EscherProperty> | 
createProperties(byte[] data,
                int offset,
                short numProperties)
Create new properties from a byte array. 
 | 
public java.util.List<EscherProperty> createProperties(byte[] data, int offset, short numProperties)
data - The byte array containing the propertyoffset - The starting offset into the byte arraynumProperties - The number of properties to be readCopyright 2022 The Apache Software Foundation or its licensors, as applicable.