public class ObjectInfoDependencyOverride32 extends Object implements IBinarySerializable, com.aspose.ms.System.IEquatable<ObjectInfoDependencyOverride32>
Gets the updated reference count for an object.
Modifier and Type | Field and Description |
---|---|
static byte |
CountReferencesFieldSize
size of CountReferences field.
|
Constructor and Description |
---|
ObjectInfoDependencyOverride32(CompactId ois,
long cRef)
Initializes a new instance of the
ObjectInfoDependencyOverride32 class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
boolean |
equals(ObjectInfoDependencyOverride32 other)
The equals.
|
long |
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 ObjectInfoDependencyOverride32(CompactId ois, long cRef)
Initializes a new instance of the ObjectInfoDependencyOverride32
class.
public CompactId getOis()
Gets the identity of the object with the updated reference count.
public long 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[]
.public boolean equals(ObjectInfoDependencyOverride32 other)
The equals.
other
- The other.bool
.public boolean equals(Object other)
equals
in interface com.aspose.ms.System.IEquatable<ObjectInfoDependencyOverride32>
equals
in class Object
Copyright (c) 2017 Aspose. All Rights Reserved.