Package org.apache.poi.hsmf.datatypes
Class ChunkBasedPropertyValue
java.lang.Object
org.apache.poi.hsmf.datatypes.PropertyValue
org.apache.poi.hsmf.datatypes.ChunkBasedPropertyValue
A variable length
PropertyValue
that is backed by a Chunk
TODO Provide a way to link these up with the chunks-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.hsmf.datatypes.PropertyValue
PropertyValue.BooleanPropertyValue, PropertyValue.CurrencyPropertyValue, PropertyValue.DoublePropertyValue, PropertyValue.FloatPropertyValue, PropertyValue.LongLongPropertyValue, PropertyValue.LongPropertyValue, PropertyValue.NullPropertyValue, PropertyValue.ShortPropertyValue, PropertyValue.TimePropertyValue
-
Field Summary
Fields inherited from class org.apache.poi.hsmf.datatypes.PropertyValue
data
-
Constructor Summary
ConstructorsConstructorDescriptionChunkBasedPropertyValue
(MAPIProperty property, long flags, byte[] offsetData) ChunkBasedPropertyValue
(MAPIProperty property, long flags, byte[] offsetData, Types.MAPIType actualType) -
Method Summary
Methods inherited from class org.apache.poi.hsmf.datatypes.PropertyValue
getActualType, getFlags, getProperty, getRawValue, setRawValue, toString
-
Constructor Details
-
ChunkBasedPropertyValue
-
ChunkBasedPropertyValue
public ChunkBasedPropertyValue(MAPIProperty property, long flags, byte[] offsetData, Types.MAPIType actualType)
-
-
Method Details
-
getValue
- Overrides:
getValue
in classPropertyValue
-
setValue
Stores the offset of the chunk as the property value
-