public final class RevisionManifestListReferenceFnd extends FileNodeReference<RevisionManifestListReferenceFnd>
Gets the reference to a revision manifest list for the current object space
Constructor and Description |
---|
RevisionManifestListReferenceFnd(FileNodeHeader header,
FileNodeChunkReference reference,
FileNodeList manifest)
Initializes a new instance of the
RevisionManifestListReferenceFnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(RevisionManifestListReferenceFnd other)
The equals.
|
FileNodeList |
getManifest()
Gets the manifest.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
void |
writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
|
getReference, setReference
public RevisionManifestListReferenceFnd(FileNodeHeader header, FileNodeChunkReference reference, FileNodeList manifest)
Initializes a new instance of the RevisionManifestListReferenceFnd
class.
header
- The header.reference
- The reference.manifest
- The manifest.public FileNodeList getManifest()
Gets the manifest.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<RevisionManifestListReferenceFnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<RevisionManifestListReferenceFnd>
visitor
- The visitor.public void writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
writeRefData
in class FileNodeReference<RevisionManifestListReferenceFnd>
writer
- The writer.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<RevisionManifestListReferenceFnd>
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(RevisionManifestListReferenceFnd other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.