public final class RevisionManifestEndFnd extends FileNode<RevisionManifestEndFnd>
Specifies the end of a revision manifest must contain no data.
Constructor and Description |
---|
RevisionManifestEndFnd(FileNodeHeader header)
Initializes a new instance of the
RevisionManifestEndFnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(RevisionManifestEndFnd other)
The equals.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public RevisionManifestEndFnd(FileNodeHeader header)
Initializes a new instance of the RevisionManifestEndFnd
class.
header
- The header.public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<RevisionManifestEndFnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<RevisionManifestEndFnd>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<RevisionManifestEndFnd>
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(RevisionManifestEndFnd other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.