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, getType
public StringChunk(int chunkId, boolean newStyleString)
public StringChunk(int chunkId, int type)
public java.io.ByteArrayOutputStream getValueByteArray()
Chunk
getValueByteArray
in class Chunk
public void setValue(java.io.ByteArrayOutputStream value)
Chunk
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.