public final class ListStructure extends OSTypeStructure
The list structure.
Modifier and Type | Field and Description |
---|---|
static int |
STRUCTURE_KEY
Identifies the structure key.
|
Constructor and Description |
---|
ListStructure(ClassID keyName)
Initializes a new instance of the
ListStructure class. |
Modifier and Type | Method and Description |
---|---|
int |
getItemsCount()
Gets the items count.
|
int |
getKey()
Gets the structure key.
|
int |
getLength()
Gets the
OSTypeStructure length in bytes. |
OSTypeStructure[] |
getTypes()
Gets or sets the types.
|
void |
setTypes(OSTypeStructure[] value) |
getHeaderLength, getKeyName, save, saveWithoutKeyName, setKeyName
public static final int STRUCTURE_KEY
Identifies the structure key.
public ListStructure(ClassID keyName)
Initializes a new instance of the ListStructure
class.
keyName
- The key name.public int getKey()
Gets the structure key.
getKey
in class OSTypeStructure
public int getItemsCount()
Gets the items count.
public OSTypeStructure[] getTypes()
Gets or sets the types.
Value: The types.public void setTypes(OSTypeStructure[] value)
public int getLength()
Gets the OSTypeStructure
length in bytes.
getLength
in class OSTypeStructure