public final class AliasStructure extends OSTypeStructure
The alias structure.
Modifier and Type | Field and Description |
---|---|
static int |
STRUCTURE_KEY
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) |
getHeaderLength, getKeyName, save, saveWithoutKeyName, setKeyName
public static final int STRUCTURE_KEY
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 OSTypeStructure
public int getDataLength()
Gets the exact data length in bytes.
Value: The data length in bytes.public String getFullPath()
Gets or sets the full path.
Value: The full path.public void setFullPath(String value)
public int getLength()
Gets the OSTypeStructure
length in bytes.
getLength
in class OSTypeStructure