Package org.apache.poi.hpsf
Class Vector
- java.lang.Object
-
- org.apache.poi.hpsf.Vector
-
@Internal public class Vector extends java.lang.Object
Holder for vector-type properties
-
-
Constructor Summary
Constructors Constructor Description Vector(short type)
-
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()
-
-