Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified object is equal to this instance.
|
boolean |
equals(TiffIfd other)
Indicates whether the current object is equal to another object of the same type.
|
int |
getNumberOfEntiries()
Gets the number of tags.
|
long |
getOffset()
Gets the offset.
|
int |
hashCode()
Returns a hash code for this instance.
|
public final long getOffset()
Gets the offset.
Value: The offset.public final int getNumberOfEntiries()
Gets the number of tags.
Value: The number of entries.public final boolean equals(TiffIfd other)
Indicates whether the current object is equal to another object of the same type.
other
- An object to compare with this object.true
if the current object is equal to the other
parameter; otherwise, <b>false</b>
.public boolean equals(Object obj)
Determines whether the specified object is equal to this instance.
Copyright © 2017. All rights reserved.