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