Class ChunkBasedPropertyValue

java.lang.Object
org.apache.poi.hsmf.datatypes.PropertyValue
org.apache.poi.hsmf.datatypes.ChunkBasedPropertyValue

public class ChunkBasedPropertyValue extends PropertyValue
A variable length PropertyValue that is backed by a Chunk TODO Provide a way to link these up with the chunks
  • Constructor Details

    • ChunkBasedPropertyValue

      public ChunkBasedPropertyValue(MAPIProperty property, long flags, byte[] offsetData)
    • ChunkBasedPropertyValue

      public ChunkBasedPropertyValue(MAPIProperty property, long flags, byte[] offsetData, Types.MAPIType actualType)
  • Method Details

    • getValue

      public Chunk getValue()
      Overrides:
      getValue in class PropertyValue
    • setValue

      public void setValue(Chunk chunk)
      Stores the offset of the chunk as the property value