public final class UnknownStructure extends OSTypeStructure
The unknown structure.
Constructor and Description |
---|
UnknownStructure(ClassID keyName,
int key)
Initializes a new instance of the
UnknownStructure class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Gets or sets the data.
|
int |
getKey()
Gets the structure key.
|
int |
getLength()
Gets the
OSTypeStructure length in bytes. |
void |
setData(byte[] value)
Gets or sets the data.
|
getHeaderLength, getKeyName, save, saveWithoutKeyName, setKeyName
public UnknownStructure(ClassID keyName, int key)
Initializes a new instance of the UnknownStructure
class.
keyName
- The key name.key
- The structure key.public int getKey()
Gets the structure key.
getKey
in class OSTypeStructure
public final byte[] getData()
Gets or sets the data.
Value: The data.public final void setData(byte[] value)
Gets or sets the data.
Value: The data.public int getLength()
Gets the OSTypeStructure
length in bytes.
getLength
in class OSTypeStructure