public final class GlobalIdTableEntry2Fndx extends FileNode<GlobalIdTableEntry2Fndx>
Gets an entry in the current global identification table by referring to an entry in the global identification table of the dependency revision of the revision manifest that contains this global identification table.
Constructor and Description |
---|
GlobalIdTableEntry2Fndx(FileNodeHeader header,
long indexMapFrom,
long indexMapTo)
Initializes a new instance of the
GlobalIdTableEntry2Fndx class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(GlobalIdTableEntry2Fndx other)
The equals.
|
long |
getIndexMapFrom()
Gets the index of the entry in the dependency revision's global identification table that is used to define this entry.
|
long |
getIndexMapTo()
Gets he index of the entry in the current global identification table.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public GlobalIdTableEntry2Fndx(FileNodeHeader header, long indexMapFrom, long indexMapTo)
Initializes a new instance of the GlobalIdTableEntry2Fndx
class.
header
- The header.indexMapFrom
- The index map from.indexMapTo
- The index map to.public long getIndexMapFrom()
Gets the index of the entry in the dependency revision's global identification table that is used to define this entry.
Value: The index map from.public long getIndexMapTo()
Gets he index of the entry in the current global identification table.
Value: The index map to.public long getStructSize()
Gets the struct size.
Value: The struct size.getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<GlobalIdTableEntry2Fndx>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<GlobalIdTableEntry2Fndx>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<GlobalIdTableEntry2Fndx>
T:byte[]
.public boolean equals(GlobalIdTableEntry2Fndx other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.