public final class GlobalIdTableStartFndx extends FileNode<GlobalIdTableStartFndx>
The global id table start.
Constructor and Description |
---|
GlobalIdTableStartFndx(FileNodeHeader header,
byte reserved)
Initializes a new instance of the
GlobalIdTableStartFndx class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(GlobalIdTableStartFndx other)
The equals.
|
byte |
getReserved()
Gets a value indicating whether reserved.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public GlobalIdTableStartFndx(FileNodeHeader header, byte reserved)
Initializes a new instance of the GlobalIdTableStartFndx
class.
header
- The header.reserved
- Boolean field. Reserved.public byte getReserved()
Gets a value indicating whether reserved.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<GlobalIdTableStartFndx>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<GlobalIdTableStartFndx>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<GlobalIdTableStartFndx>
T:byte[]
.public boolean equals(GlobalIdTableStartFndx other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.