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