public final class ReferenceStructure extends OSTypeStructure
The reference structure.
Modifier and Type | Field and Description |
---|---|
static int |
STRUCTURE_KEY
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) |
getHeaderLength, getKeyName, save, saveWithoutKeyName, setKeyName
public static final int STRUCTURE_KEY
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 OSTypeStructure
public OSTypeStructure[] getItems()
Gets or sets the items.
Value: The items.public void setItems(OSTypeStructure[] value)
public int getLength()
Gets the OSTypeStructure
length in bytes.
getLength
in class OSTypeStructure