| java.lang.Object org.apache.poi.ddf.EscherPropertyFactory
EscherPropertyFactory | public class EscherPropertyFactory (Code) | | Generates a property given a reference into the byte array storing that property.
author: Glen Stampoultzis |
Method Summary | |
public List | createProperties(byte[] data, int offset, short numProperties) Create new properties from a byte array. |
createProperties | public List createProperties(byte[] data, int offset, short numProperties)(Code) | | Create new properties from a byte array.
Parameters: data - The byte array containing the property Parameters: offset - The starting offset into the byte array The new properties |
|
|