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