public final class AliasStructure extends OSTypeStructure
The alias structure.
| Modifier and Type | Field and Description |
|---|---|
static int |
StructureKey
Identifies the structure key.
|
| Constructor and Description |
|---|
AliasStructure(ClassID keyName)
Initializes a new instance of the
AliasStructure class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataLength()
Gets the exact data length in bytes.
|
String |
getFullPath()
Gets or sets the full path.
|
int |
getKey()
Gets the structure key.
|
int |
getLength()
Gets the
OSTypeStructure length in bytes. |
void |
setFullPath(String value)
Gets or sets the full path.
|
getHeaderLength, getKeyName, save, saveWithoutKeyName, setKeyNamepublic static final int StructureKey
Identifies the structure key.
public AliasStructure(ClassID keyName)
Initializes a new instance of the AliasStructure class.
keyName - The key name.public int getKey()
Gets the structure key.
getKey in class OSTypeStructurepublic final int getDataLength()
Gets the exact data length in bytes.
Value: The data length in bytes.public final String getFullPath()
Gets or sets the full path.
Value: The full path.public final void setFullPath(String value)
Gets or sets the full path.
Value: The full path.public int getLength()
Gets the OSTypeStructure length in bytes.
getLength in class OSTypeStructureCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.