public final class ObjectSpaceManifestRootFnd extends FileNode<ObjectSpaceManifestRootFnd>
The object space manifest root.
Constructor and Description |
---|
ObjectSpaceManifestRootFnd(FileNodeHeader header,
ExtendedGuid gosIdRoot)
Initializes a new instance of the
ObjectSpaceManifestRootFnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(ObjectSpaceManifestRootFnd other)
The equals.
|
ExtendedGuid |
getGosIdRoot()
Gets the identity of the root object space.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public ObjectSpaceManifestRootFnd(FileNodeHeader header, ExtendedGuid gosIdRoot)
Initializes a new instance of the ObjectSpaceManifestRootFnd
class.
header
- The header.gosIdRoot
- The root GOSID.public ExtendedGuid getGosIdRoot()
Gets the identity of the root object space. This value MUST be equal to the ObjectSpaceManifestListReferenceFND.GOSID field of an object space within the object space manifest list
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<ObjectSpaceManifestRootFnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<ObjectSpaceManifestRootFnd>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<ObjectSpaceManifestRootFnd>
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(ObjectSpaceManifestRootFnd other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.