public final class DataSignatureGroupDefinitionFnd extends FileNode<DataSignatureGroupDefinitionFnd>
The data signature group definition.
Constructor and Description |
---|
DataSignatureGroupDefinitionFnd(FileNodeHeader header,
ExtendedGuid dataSignatureGroup)
Initializes a new instance of the
DataSignatureGroupDefinitionFnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(DataSignatureGroupDefinitionFnd other)
The equals.
|
ExtendedGuid |
getDataSignatureGroup()
Gets the data signature group.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public DataSignatureGroupDefinitionFnd(FileNodeHeader header, ExtendedGuid dataSignatureGroup)
Initializes a new instance of the DataSignatureGroupDefinitionFnd
class.
public ExtendedGuid getDataSignatureGroup()
Gets the data signature group.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<DataSignatureGroupDefinitionFnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<DataSignatureGroupDefinitionFnd>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<DataSignatureGroupDefinitionFnd>
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(DataSignatureGroupDefinitionFnd other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.