Package org.apache.poi.hsmf.datatypes
Class StoragePropertiesChunk
java.lang.Object
org.apache.poi.hsmf.datatypes.Chunk
org.apache.poi.hsmf.datatypes.PropertiesChunk
org.apache.poi.hsmf.datatypes.StoragePropertiesChunk
A
PropertiesChunk
for a Storage Properties, such as Attachments and
Recipients. This only has a 8 byte header-
Field Summary
Fields inherited from class org.apache.poi.hsmf.datatypes.PropertiesChunk
NAME, PROPERTIES_FLAG_READABLE, PROPERTIES_FLAG_WRITEABLE, VARIABLE_LENGTH_PROPERTY_PREFIX
Fields inherited from class org.apache.poi.hsmf.datatypes.Chunk
DEFAULT_NAME_PREFIX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
readValue
(InputStream stream) Reads the value of this chunk using an InputStreamvoid
writeValue
(OutputStream out) Writes the value of this chunk back out again.Methods inherited from class org.apache.poi.hsmf.datatypes.PropertiesChunk
getEntryName, getProperties, getRawProperties, getRawValue, getValues, matchVariableSizedPropertiesToChunks, readProperties, setProperty, writeNodeData, writeProperties, writeProperties
Methods inherited from class org.apache.poi.hsmf.datatypes.Chunk
getChunkId, getType
-
Constructor Details
-
StoragePropertiesChunk
-
-
Method Details
-
readValue
Description copied from class:Chunk
Reads the value of this chunk using an InputStream- Specified by:
readValue
in classChunk
- Throws:
IOException
-
writeValue
Description copied from class:Chunk
Writes the value of this chunk back out again.- Specified by:
writeValue
in classChunk
- Throws:
IOException
-