org.apache.poi.hsmf.datatypes
public abstract class Chunk extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
chunkId |
protected java.lang.String |
namePrefix |
protected int |
type |
Constructor and Description |
---|
Chunk() |
Modifier and Type | Method and Description |
---|---|
int |
getChunkId()
Gets the id of this chunk
|
java.lang.String |
getEntryName()
Creates a string to use to identify this chunk in the POI file system object.
|
int |
getType()
Gets the numeric type of this chunk.
|
abstract java.io.ByteArrayOutputStream |
getValueByteArray()
Gets a reference to a ByteArrayOutputStream that contains the value of this chunk.
|
abstract void |
setValue(java.io.ByteArrayOutputStream value)
Sets the value of this chunk using a OutputStream
|
protected int chunkId
protected int type
protected java.lang.String namePrefix
public int getChunkId()
public int getType()
public java.lang.String getEntryName()
public abstract java.io.ByteArrayOutputStream getValueByteArray()
public abstract void setValue(java.io.ByteArrayOutputStream value)
value
- Copyright 2016 The Apache Software Foundation or its licensors, as applicable.