public final class RevisionManifestStart4Fnd extends FileNode<RevisionManifestStart4Fnd>
Gets the beginning of a revision manifest
Constructor and Description |
---|
RevisionManifestStart4Fnd(FileNodeHeader header,
ExtendedGuid rid,
ExtendedGuid ridDependent,
byte[] timeCreation,
int revisionRole,
int odcsDefault)
Initializes a new instance of the
RevisionManifestStart4Fnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(RevisionManifestStart4Fnd other)
The equals.
|
int |
getOdcsDefault()
Gets whether the data contained by this revision manifest is encrypted.
|
int |
getRevisionRole()
Gets the revision role that labels this revision
|
ExtendedGuid |
getRid()
Gets the identity of this revision
|
ExtendedGuid |
getRidDependent()
Gets the identity of a dependency revision
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
getTimeCreation()
Gets timestamp.
|
byte[] |
toByteArray()
The to byte array.
|
public RevisionManifestStart4Fnd(FileNodeHeader header, ExtendedGuid rid, ExtendedGuid ridDependent, byte[] timeCreation, int revisionRole, int odcsDefault)
Initializes a new instance of the RevisionManifestStart4Fnd
class.
header
- The header.rid
- The rid.ridDependent
- The rid dependent.timeCreation
- The time creation.revisionRole
- The revision role.odcsDefault
- The ODCS default.public ExtendedGuid getRid()
Gets the identity of this revision
public ExtendedGuid getRidDependent()
Gets the identity of a dependency revision
public byte[] getTimeCreation()
Gets timestamp. Undefined and MUST be ignored.
public int getRevisionRole()
Gets the revision role that labels this revision
public int getOdcsDefault()
Gets whether the data contained by this revision manifest is encrypted. MUST be 0 and MUST be ignored
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<RevisionManifestStart4Fnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<RevisionManifestStart4Fnd>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<RevisionManifestStart4Fnd>
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(RevisionManifestStart4Fnd other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.