org.apache.poi.hsmf.datatypes
public class StringChunk extends Chunk
chunkId, namePrefix, type| Constructor and Description |
|---|
StringChunk(int chunkId,
boolean newStyleString)
Creates a String Chunk, for either the old
or new style of string chunk types.
|
StringChunk(int chunkId,
int type)
Create a String Chunk, with the specified
type.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
getChunkId, getEntryName, getTypepublic StringChunk(int chunkId,
boolean newStyleString)
public StringChunk(int chunkId,
int type)
public java.io.ByteArrayOutputStream getValueByteArray()
ChunkgetValueByteArray in class Chunkpublic void setValue(java.io.ByteArrayOutputStream value)
Chunkpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright 2016 The Apache Software Foundation or its licensors, as applicable.