| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.poi.ddf.EscherPropertyFactory
public final class EscherPropertyFactory
Generates a property given a reference into the byte array storing that property.
| Constructor Summary | |
|---|---|
| EscherPropertyFactory() | |
| Method Summary | |
|---|---|
|  java.util.List<EscherProperty> | createProperties(byte[] data,
                 int offset,
                 short numProperties)Create new properties from a byte array. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public EscherPropertyFactory()
| Method Detail | 
|---|
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 read
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||