|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hsmf.datatypes.Chunk
org.apache.poi.hsmf.datatypes.PropertiesChunk
org.apache.poi.hsmf.datatypes.StoragePropertiesChunk
public class 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 |
Fields inherited from class org.apache.poi.hsmf.datatypes.Chunk |
---|
chunkId, DEFAULT_NAME_PREFIX, namePrefix, type |
Constructor Summary | |
---|---|
StoragePropertiesChunk()
|
Method Summary | |
---|---|
void |
readValue(java.io.InputStream stream)
Reads the value of this chunk using an InputStream |
void |
writeValue(java.io.OutputStream out)
Writes the value of this chunk back out again. |
Methods inherited from class org.apache.poi.hsmf.datatypes.PropertiesChunk |
---|
getEntryName, getProperties, getValue, getValues, readProperties, writeProperties |
Methods inherited from class org.apache.poi.hsmf.datatypes.Chunk |
---|
getChunkId, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoragePropertiesChunk()
Method Detail |
---|
public void readValue(java.io.InputStream stream) throws java.io.IOException
Chunk
readValue
in class Chunk
java.io.IOException
public void writeValue(java.io.OutputStream out) throws java.io.IOException
Chunk
writeValue
in class Chunk
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |