public final class GlobalIdTableEntryFndx extends FileNode<GlobalIdTableEntryFndx>
Gets an entry in the current global identification table
Constructor and Description |
---|
GlobalIdTableEntryFndx(FileNodeHeader header,
long index,
Guid guid)
Initializes a new instance of the
GlobalIdTableEntryFndx class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(GlobalIdTableEntryFndx other)
The equals.
|
Guid |
getGuidId()
Gets GUID.
|
long |
getIndex()
Gets the index of the entry.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public GlobalIdTableEntryFndx(FileNodeHeader header, long index, Guid guid)
Initializes a new instance of the GlobalIdTableEntryFndx
class.
header
- The header.index
- The index.guid
- The GUID.public long getIndex()
Gets the index of the entry. MUST be less than 0xFFFFFF.
public Guid getGuidId()
Gets GUID. Must be unique relative to the other GlobalIDTableEntryFNDX.GUID fields in this global identification table.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<GlobalIdTableEntryFndx>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<GlobalIdTableEntryFndx>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<GlobalIdTableEntryFndx>
T:byte[]
.public boolean equals(GlobalIdTableEntryFndx other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.