public final class GlobalIdTableStart2Fnd extends FileNode<GlobalIdTableStart2Fnd>
The global id table start.
Constructor and Description |
---|
GlobalIdTableStart2Fnd(FileNodeHeader header)
Initializes a new instance of the
GlobalIdTableStart2Fnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(GlobalIdTableStart2Fnd other)
The equals.
|
boolean |
equals(Object other) |
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public GlobalIdTableStart2Fnd(FileNodeHeader header)
Initializes a new instance of the GlobalIdTableStart2Fnd
class.
header
- The header.public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<GlobalIdTableStart2Fnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<GlobalIdTableStart2Fnd>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<GlobalIdTableStart2Fnd>
T:byte[]
.public boolean equals(GlobalIdTableStart2Fnd other)
The equals.
other
- The other.bool
.public boolean equals(Object other)
equals
in interface com.aspose.ms.System.IEquatable<GlobalIdTableStart2Fnd>
equals
in class Object
Copyright (c) 2017 Aspose. All Rights Reserved.