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.TimePropertyValue
data
Constructor | Description |
---|---|
ChunkBasedPropertyValue(MAPIProperty property,
long flags,
byte[] offsetData) |
Modifier and Type | Method | Description |
---|---|---|
Chunk |
getValue() |
|
void |
setValue(Chunk chunk) |
Stores the offset of the chunk as the property value
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFlags, getProperty, setRawValue, toString
public ChunkBasedPropertyValue(MAPIProperty property, long flags, byte[] offsetData)
public Chunk getValue()
getValue
in class PropertyValue
public void setValue(Chunk chunk)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.