public final class ObjectRevisionWithRefCount2Fndx extends FileNodeReference<ObjectRevisionWithRefCount2Fndx>
Gets an object that has been revised.
Constructor and Description |
---|
ObjectRevisionWithRefCount2Fndx(FileNodeHeader header,
FileNodeChunkReference reference,
CompactId oid,
boolean fHasOidReferences,
boolean fHasOsidReferences,
com.aspose.ms.System.Collections.BitArray reserved,
long countRef,
ObjectSpaceObjectPropSet propSet)
Initializes a new instance of the
ObjectRevisionWithRefCount2Fndx class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(Object other) |
boolean |
equals(ObjectRevisionWithRefCount2Fndx other)
The equals.
|
long |
getCountRef()
Gets the reference count for this object.
|
boolean |
getFHasOidReferences()
Gets a value indicating whether
the ObjectSpaceObjectPropSet structure
referenced by the ref field
contains references to other objects.
|
boolean |
getFHasOsidReferences()
Gets a value indicating whether
the ObjectSpaceObjectPropSet structure
referenced by the ref field
contains references to object spaces.
|
CompactId |
getOid()
Gets the object that has been revised.
|
ObjectSpaceObjectPropSet |
getPropSet()
Gets the value of an ObjectSpaceObjectPropSet.
|
com.aspose.ms.System.Collections.BitArray |
getReserved()
Gets reserved field.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
void |
writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
|
getReference, setReference
public ObjectRevisionWithRefCount2Fndx(FileNodeHeader header, FileNodeChunkReference reference, CompactId oid, boolean fHasOidReferences, boolean fHasOsidReferences, com.aspose.ms.System.Collections.BitArray reserved, long countRef, ObjectSpaceObjectPropSet propSet)
Initializes a new instance of the ObjectRevisionWithRefCount2Fndx
class.
public ObjectSpaceObjectPropSet getPropSet()
Gets the value of an ObjectSpaceObjectPropSet.
public CompactId getOid()
Gets the object that has been revised.
public boolean getFHasOidReferences()
Gets a value indicating whether the ObjectSpaceObjectPropSet structure referenced by the ref field contains references to other objects.
public boolean getFHasOsidReferences()
Gets a value indicating whether the ObjectSpaceObjectPropSet structure referenced by the ref field contains references to object spaces.
public com.aspose.ms.System.Collections.BitArray getReserved()
Gets reserved field. MUST be zero, and MUST be ignored.
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<ObjectRevisionWithRefCount2Fndx>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<ObjectRevisionWithRefCount2Fndx>
visitor
- The visitor.public void writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
writeRefData
in class FileNodeReference<ObjectRevisionWithRefCount2Fndx>
writer
- The writer.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<ObjectRevisionWithRefCount2Fndx>
T:byte[]
.public boolean equals(ObjectRevisionWithRefCount2Fndx other)
The equals.
other
- The other.bool
.public boolean equals(Object other)
equals
in interface com.aspose.ms.System.IEquatable<ObjectRevisionWithRefCount2Fndx>
equals
in class Object
Copyright (c) 2017 Aspose. All Rights Reserved.