|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hsmf.datatypes.Chunk
public abstract class Chunk
Field Summary | |
---|---|
protected int |
chunkId
|
protected java.lang.String |
namePrefix
|
protected int |
type
|
Constructor Summary | |
---|---|
Chunk()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int chunkId
protected int type
protected java.lang.String namePrefix
Constructor Detail |
---|
public Chunk()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |