public final class ListStructure extends OSTypeStructure
The list structure.
| Modifier and Type | Field and Description |
|---|---|
static int |
StructureKey
Identifies the structure key.
|
| Constructor and Description |
|---|
ListStructure(ClassID keyName)
Initializes a new instance of the
ListStructure class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemsCount()
Gets the items count.
|
int |
getKey()
Gets the structure key.
|
int |
getLength()
Gets the
OSTypeStructure length in bytes. |
OSTypeStructure[] |
getTypes()
Gets or sets the types.
|
void |
setTypes(OSTypeStructure[] value)
Gets or sets the types.
|
getHeaderLength, getKeyName, save, saveWithoutKeyName, setKeyNamepublic static final int StructureKey
Identifies the structure key.
public ListStructure(ClassID keyName)
Initializes a new instance of the ListStructure class.
keyName - The key name.public int getKey()
Gets the structure key.
getKey in class OSTypeStructurepublic final int getItemsCount()
Gets the items count.
public final OSTypeStructure[] getTypes()
Gets or sets the types.
Value: The types.public final void setTypes(OSTypeStructure[] value)
Gets or sets the types.
Value: The types.public int getLength()
Gets the OSTypeStructure length in bytes.
getLength in class OSTypeStructureCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.