org.apache.poi.hsmf.datatypes
public class ByteChunk extends Chunk
chunkId, namePrefix, type
Constructor and Description |
---|
ByteChunk(int chunkId,
boolean newStyleString)
Creates a Byte Chunk, for either the old
or new style of string chunk types.
|
ByteChunk(int chunkId,
int type)
Create a Byte 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
|
getChunkId, getEntryName, getType
public ByteChunk(int chunkId, boolean newStyleString)
public ByteChunk(int chunkId, int type)
public java.io.ByteArrayOutputStream getValueByteArray()
Chunk
getValueByteArray
in class Chunk
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.