|
||||||||||
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 | |
---|---|
static java.lang.String |
DEFAULT_NAME_PREFIX
|
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 void |
readValue(java.io.InputStream value)
Reads the value of this chunk using an InputStream |
abstract void |
writeValue(java.io.OutputStream out)
Writes the value of this chunk back out again. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_NAME_PREFIX
Method Detail |
---|
public int getChunkId()
public int getType()
public java.lang.String getEntryName()
public abstract void writeValue(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
public abstract void readValue(java.io.InputStream value) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |