|
||||||||||
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.StringChunk
public class StringChunk
A Chunk made up of a single string.
Field Summary |
---|
Fields inherited from class org.apache.poi.hsmf.datatypes.Chunk |
---|
chunkId, namePrefix, type |
Constructor Summary | |
---|---|
StringChunk(int chunkId)
|
Method Summary | |
---|---|
java.io.ByteArrayOutputStream |
getValueByteArray()
Gets a reference to a ByteArrayOutputStream that contains the value of this chunk. |
void |
setValue(java.io.ByteArrayOutputStream value)
Sets the value of this chunk using a OutputStream |
java.lang.String |
toString()
|
Methods inherited from class org.apache.poi.hsmf.datatypes.Chunk |
---|
getChunkId, getEntryName, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StringChunk(int chunkId)
Method Detail |
---|
public java.io.ByteArrayOutputStream getValueByteArray()
Chunk
getValueByteArray
in class Chunk
public void setValue(java.io.ByteArrayOutputStream value)
Chunk
setValue
in class Chunk
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |