public class ChunkBasedPropertyValue extends PropertyValue
PropertyValue that is backed by a Chunk
TODO Provide a way to link these up with the chunksPropertyValue.BooleanPropertyValue, PropertyValue.CurrencyPropertyValue, PropertyValue.DoublePropertyValue, PropertyValue.FloatPropertyValue, PropertyValue.LongLongPropertyValue, PropertyValue.LongPropertyValue, PropertyValue.NullPropertyValue, PropertyValue.ShortPropertyValue, PropertyValue.TimePropertyValuedata| Constructor and Description |
|---|
ChunkBasedPropertyValue(MAPIProperty property,
long flags,
byte[] offsetData) |
ChunkBasedPropertyValue(MAPIProperty property,
long flags,
byte[] offsetData,
Types.MAPIType actualType) |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
getValue() |
void |
setValue(Chunk chunk)
Stores the offset of the chunk as the property value
|
getActualType, getFlags, getProperty, getRawValue, setRawValue, toStringpublic ChunkBasedPropertyValue(MAPIProperty property, long flags, byte[] offsetData)
public ChunkBasedPropertyValue(MAPIProperty property, long flags, byte[] offsetData, Types.MAPIType actualType)
public Chunk getValue()
getValue in class PropertyValuepublic void setValue(Chunk chunk)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.