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