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