|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hsmf.datatypes.PropertyValue
org.apache.poi.hsmf.datatypes.ChunkBasedPropertyValue
public class 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 | |
|---|---|
ChunkBasedPropertyValue(MAPIProperty property,
long flags,
byte[] offsetData)
|
|
| Method Summary | |
|---|---|
Chunk |
getValue()
|
void |
setValue(Chunk chunk)
Stores the offset of the chunk as the property value |
| Methods inherited from class org.apache.poi.hsmf.datatypes.PropertyValue |
|---|
getFlags, getProperty, setRawValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChunkBasedPropertyValue(MAPIProperty property,
long flags,
byte[] offsetData)
| Method Detail |
|---|
public Chunk getValue()
getValue in class PropertyValuepublic void setValue(Chunk chunk)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||