public final class RawDataStructure extends OSTypeStructure
The raw data structure.
| Modifier and Type | Field and Description |
|---|---|
static int |
StructureKey
Identifies the structure key.
|
| Constructor and Description |
|---|
RawDataStructure(ClassID keyName)
Initializes a new instance of the
RawDataStructure class. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets or sets the data.
|
int |
getKey()
Gets the key.
|
int |
getLength()
Gets the
OSTypeStructure length in bytes. |
void |
setData(byte[] value)
Gets or sets the data.
|
getHeaderLength, getKeyName, save, saveWithoutKeyName, setKeyNamepublic static final int StructureKey
Identifies the structure key.
public RawDataStructure(ClassID keyName)
Initializes a new instance of the RawDataStructure class.
keyName - The key name.public int getKey()
Gets the key.
getKey in class OSTypeStructurepublic 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 OSTypeStructureCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.