public final class ObjectDeclarationWithRefCount2Fndx extends FileNodeReference<ObjectDeclarationWithRefCount2Fndx>
Gets an object with a reference count.
Modifier and Type | Field and Description |
---|---|
static byte |
CountReferencesFieldSize
size of CountReferences field.
|
Constructor and Description |
---|
ObjectDeclarationWithRefCount2Fndx(FileNodeHeader header,
FileNodeChunkReference reference,
ObjectDeclarationWithRefCountBody body,
long countRef,
ObjectSpaceObjectPropSet propSet)
Initializes a new instance of the
ObjectDeclarationWithRefCount2Fndx class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(Object other) |
boolean |
equals(ObjectDeclarationWithRefCount2Fndx other)
The equals.
|
ObjectDeclarationWithRefCountBody |
getBody()
Gets the identity and other attributes of this object.
|
long |
getCountRef()
Gets the reference count for this object.
|
ObjectSpaceObjectPropSet |
getPropSet()
Gets the value of an ObjectSpaceObjectPropSet structure.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
String |
toString()
The to string.
|
void |
writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
|
getReference, setReference
public static final byte CountReferencesFieldSize
size of CountReferences field.
public ObjectDeclarationWithRefCount2Fndx(FileNodeHeader header, FileNodeChunkReference reference, ObjectDeclarationWithRefCountBody body, long countRef, ObjectSpaceObjectPropSet propSet)
Initializes a new instance of the ObjectDeclarationWithRefCount2Fndx
class.
public ObjectDeclarationWithRefCountBody getBody()
Gets the identity and other attributes of this object.
public long getCountRef()
Gets the reference count for this object.
public ObjectSpaceObjectPropSet getPropSet()
Gets the value of an ObjectSpaceObjectPropSet structure.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<ObjectDeclarationWithRefCount2Fndx>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<ObjectDeclarationWithRefCount2Fndx>
visitor
- The visitor.public void writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
writeRefData
in class FileNodeReference<ObjectDeclarationWithRefCount2Fndx>
writer
- The writer.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<ObjectDeclarationWithRefCount2Fndx>
T:byte[]
.public boolean equals(ObjectDeclarationWithRefCount2Fndx other)
The equals.
other
- The other.bool
.public boolean equals(Object other)
equals
in interface com.aspose.ms.System.IEquatable<ObjectDeclarationWithRefCount2Fndx>
equals
in class Object
Copyright (c) 2017 Aspose. All Rights Reserved.