public final class NameIdChunks extends java.lang.Object implements ChunkGroup
Modifier and Type | Class and Description |
---|---|
static class |
NameIdChunks.PredefinedPropertySet |
static class |
NameIdChunks.PropertySetType |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
NameIdChunks() |
Modifier and Type | Method and Description |
---|---|
void |
chunksComplete()
Used to flag that all the chunks of the NameID have now been located.
|
Chunk[] |
getAll() |
Chunk[] |
getChunks()
Returns the chunks that make up the group.
|
long |
getPropertyTag(ClassID guid,
java.lang.String name,
long id)
Get property tag id by property set GUID and string name or numerical name from named properties mapping
|
void |
record(Chunk chunk)
Called by the parser whenever a chunk is found.
|
public static final java.lang.String NAME
public Chunk[] getAll()
public Chunk[] getChunks()
ChunkGroup
getChunks
in interface ChunkGroup
public void record(Chunk chunk)
record
in interface ChunkGroup
public void chunksComplete()
chunksComplete
in interface ChunkGroup
public long getPropertyTag(ClassID guid, java.lang.String name, long id)
guid
- Property set GUID in registry format without brackets.
May be one of the PS_* or PSETID_* constantsname
- Property name in case of string named propertyid
- Property id in case of numerical named propertyMAPIProperty.id
or 0 if the property could not be found.Copyright 2021 The Apache Software Foundation or its licensors, as applicable.