|
||||||||||
| 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 |
|---|
DEFAULT_NAME_PREFIX |
| Constructor Summary | |
|---|---|
StoragePropertiesChunk(ChunkGroup parentGroup)
|
|
| 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, getRawProperties, getRawValue, getValues, matchVariableSizedPropertiesToChunks, 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(ChunkGroup parentGroup)
| Method Detail |
|---|
public void readValue(java.io.InputStream stream)
throws java.io.IOException
Chunk
readValue in class Chunkjava.io.IOException
public void writeValue(java.io.OutputStream out)
throws java.io.IOException
Chunk
writeValue in class Chunkjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||