public class ObjectInfoDependencyOverride8 extends Object implements IBinarySerializable, com.aspose.ms.System.IEquatable<ObjectInfoDependencyOverride8>
Gets the updated reference count for an object.
Modifier and Type | Field and Description |
---|---|
static byte |
CountReferencesFieldSize
size of CountReferences field.
|
Constructor and Description |
---|
ObjectInfoDependencyOverride8(CompactId ois,
byte cRef)
Initializes a new instance of the
ObjectInfoDependencyOverride8 class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
boolean |
equals(ObjectInfoDependencyOverride8 other)
The equals.
|
byte |
getCRef()
Gets the updated reference count for the OID field.
|
CompactId |
getOis()
Gets the identity of the object with the updated reference count.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public static final byte CountReferencesFieldSize
size of CountReferences field.
public ObjectInfoDependencyOverride8(CompactId ois, byte cRef)
Initializes a new instance of the ObjectInfoDependencyOverride8
class.
public CompactId getOis()
Gets the identity of the object with the updated reference count.
public byte getCRef()
Gets the updated reference count for the OID field.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(ObjectInfoDependencyOverride8 other)
The equals.
other
- The other.bool
.public boolean equals(Object other)
equals
in interface com.aspose.ms.System.IEquatable<ObjectInfoDependencyOverride8>
equals
in class Object
Copyright (c) 2017 Aspose. All Rights Reserved.