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