public final class GlobalIdTableEntry3Fndx extends FileNode<GlobalIdTableEntry3Fndx>
Gets a range of entries in the current global identification table by referring to a range of entries in the global identification table of the dependency revision of the revision manifest that contains this global identification table.
Constructor and Description |
---|
GlobalIdTableEntry3Fndx(FileNodeHeader header,
long indexCopyFromStart,
long entriesToCopy,
long indexCopyToStart)
Initializes a new instance of the
GlobalIdTableEntry3Fndx class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(GlobalIdTableEntry3Fndx other)
The equals.
|
boolean |
equals(Object other) |
long |
getEntriesToCopy()
Gets the number of entries in the range.
|
long |
getIndexCopyFromStart()
Gets the index of the first entry in the range of entries
in global identification table of the dependency revision
|
long |
getIndexCopyToStart()
Gets the index of the first entry in the range in the current global identification table.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public GlobalIdTableEntry3Fndx(FileNodeHeader header, long indexCopyFromStart, long entriesToCopy, long indexCopyToStart)
Initializes a new instance of the GlobalIdTableEntry3Fndx
class.
header
- The header.indexCopyFromStart
- The index copy from start.entriesToCopy
- The entries to copy.indexCopyToStart
- The index copy to start.public long getIndexCopyFromStart()
Gets the index of the first entry in the range of entries in global identification table of the dependency revision
public long getEntriesToCopy()
Gets the number of entries in the range.
public long getIndexCopyToStart()
Gets the index of the first entry in the range in the current global identification table.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<GlobalIdTableEntry3Fndx>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<GlobalIdTableEntry3Fndx>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<GlobalIdTableEntry3Fndx>
T:byte[]
.public boolean equals(GlobalIdTableEntry3Fndx other)
The equals.
other
- The other.bool
.public boolean equals(Object other)
equals
in interface com.aspose.ms.System.IEquatable<GlobalIdTableEntry3Fndx>
equals
in class Object
Copyright (c) 2017 Aspose. All Rights Reserved.