Package org.apache.poi.hpsf
Class TypedPropertyValue
- java.lang.Object
-
- org.apache.poi.hpsf.TypedPropertyValue
-
-
Constructor Summary
Constructors Constructor Description TypedPropertyValue(int type, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getValue()
void
read(LittleEndianByteArrayInputStream lei)
void
readValue(LittleEndianByteArrayInputStream lei)
-
-
-
Constructor Detail
-
TypedPropertyValue
public TypedPropertyValue(int type, Object value)
-
-
Method Detail
-
getValue
public Object getValue()
-
read
public void read(LittleEndianByteArrayInputStream lei)
-
readValue
public void readValue(LittleEndianByteArrayInputStream lei)
-
-