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) |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
getValue() |
void |
setValue(Chunk chunk)
Stores the offset of the chunk as the property value
|
getFlags, getProperty, setRawValue, toStringpublic ChunkBasedPropertyValue(MAPIProperty property, long flags, byte[] offsetData)
public Chunk getValue()
getValue in class PropertyValuepublic void setValue(Chunk chunk)
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.