public class ChunkBasedPropertyValue extends PropertyValue
PropertyValue that is
backed by a Chunk
TODO Provide a way to link these up with the chunksPropertyValue.LongLongPropertyValue, PropertyValue.LongPropertyValue, 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 2014 The Apache Software Foundation or its licensors, as applicable.