public class ReadOnlyObjectDeclaration2RefCountFnd extends FileNodeReference<ReadOnlyObjectDeclaration2RefCountFnd>
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 |
---|
ReadOnlyObjectDeclaration2RefCountFnd(FileNodeHeader header,
FileNodeChunkReference reference,
ObjectDeclaration2Body body,
byte countReferences,
ObjectSpaceObjectPropSet propSet,
byte[] md5Hash)
Initializes a new instance of the
ReadOnlyObjectDeclaration2RefCountFnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(Object other) |
boolean |
equals(ReadOnlyObjectDeclaration2RefCountFnd other)
The equals.
|
ObjectDeclaration2Body |
getBody()
Gets the identity and other attributes of this object.
|
byte |
getCountReferences()
Gets the reference count for this object.
|
byte[] |
getMd5Hash()
Gets an MD5 checksum, of the data referenced by the base.blobRef field.
|
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
The CountReferences field size.
public static final long Md5HashSize
The MD5 hash field size.
public ReadOnlyObjectDeclaration2RefCountFnd(FileNodeHeader header, FileNodeChunkReference reference, ObjectDeclaration2Body body, byte countReferences, ObjectSpaceObjectPropSet propSet, byte[] md5Hash)
Initializes a new instance of the ReadOnlyObjectDeclaration2RefCountFnd
class.
public ObjectDeclaration2Body getBody()
Gets the identity and other attributes of this object.
public byte getCountReferences()
Gets the reference count for this object.
public ObjectSpaceObjectPropSet getPropSet()
Gets the value of an ObjectSpaceObjectPropSet structure.
public byte[] getMd5Hash()
Gets an MD5 checksum, of the data referenced by the base.blobRef field.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<ReadOnlyObjectDeclaration2RefCountFnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<ReadOnlyObjectDeclaration2RefCountFnd>
visitor
- The visitor.public void writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
writeRefData
in class FileNodeReference<ReadOnlyObjectDeclaration2RefCountFnd>
writer
- The writer.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<ReadOnlyObjectDeclaration2RefCountFnd>
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(ReadOnlyObjectDeclaration2RefCountFnd other)
The equals.
other
- The other.bool
.public boolean equals(Object other)
equals
in interface com.aspose.ms.System.IEquatable<ReadOnlyObjectDeclaration2RefCountFnd>
equals
in class Object
Copyright (c) 2017 Aspose. All Rights Reserved.