public final class ObjectDeclarationWithRefCountFndx extends FileNodeReference<ObjectDeclarationWithRefCountFndx>
The object declaration with ref count.
Modifier and Type | Field and Description |
---|---|
static byte |
CountReferencesFieldSize
size of CountReferences field.
|
Constructor and Description |
---|
ObjectDeclarationWithRefCountFndx(FileNodeHeader header,
FileNodeChunkReference reference,
ObjectDeclarationWithRefCountBody body,
byte cRef,
ObjectSpaceObjectPropSet propSet)
Initializes a new instance of the
ObjectDeclarationWithRefCountFndx class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(ObjectDeclarationWithRefCountFndx other)
The equals.
|
ObjectDeclarationWithRefCountBody |
getBody()
Gets the identity and other attributes of this object
|
byte |
getCRef()
Gets the number of objects that reference 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 ObjectDeclarationWithRefCountFndx(FileNodeHeader header, FileNodeChunkReference reference, ObjectDeclarationWithRefCountBody body, byte cRef, ObjectSpaceObjectPropSet propSet)
Initializes a new instance of the ObjectDeclarationWithRefCountFndx
class.
public ObjectDeclarationWithRefCountBody getBody()
Gets the identity and other attributes of this object
public byte getCRef()
Gets the number of objects that reference 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<ObjectDeclarationWithRefCountFndx>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<ObjectDeclarationWithRefCountFndx>
visitor
- The visitor.public void writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
writeRefData
in class FileNodeReference<ObjectDeclarationWithRefCountFndx>
writer
- The writer.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<ObjectDeclarationWithRefCountFndx>
T:byte[]
.public boolean equals(ObjectDeclarationWithRefCountFndx other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.