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