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