|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hsmf.datatypes.NameIdChunks
public final class NameIdChunks
Collection of convenience chunks for the NameID part of an outlook file
Field Summary | |
---|---|
static java.lang.String |
PREFIX
|
Constructor Summary | |
---|---|
NameIdChunks()
|
Method Summary | |
---|---|
Chunk[] |
getAll()
|
Chunk[] |
getChunks()
Returns the chunks that make up the group. |
void |
record(Chunk chunk)
Called by the parser whenever a chunk is found. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PREFIX
Constructor Detail |
---|
public NameIdChunks()
Method Detail |
---|
public Chunk[] getAll()
public Chunk[] getChunks()
ChunkGroup
getChunks
in interface ChunkGroup
public void record(Chunk chunk)
record
in interface ChunkGroup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |