Package org.apache.poi.hpsf
Class Array
- java.lang.Object
-
- org.apache.poi.hpsf.Array
-
@Internal public class Array extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Array()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypedPropertyValue[]
getValues()
void
read(LittleEndianByteArrayInputStream lei)
-
-
-
Method Detail
-
read
public void read(LittleEndianByteArrayInputStream lei)
-
getValues
public TypedPropertyValue[] getValues()
-
-