|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Type-safe handle for an attribute. Generally these are created by the RTI and passed to the user.
| Method Summary | |
void |
encode(byte[] buffer,
int offset)
Encodes this attribute handle, placing the result into the specified array. |
int |
encodedLength()
Returns the encoded length of this attribute handle. |
boolean |
equals(java.lang.Object otherAttributeHandle)
Checks this attribute handle for equality with another. |
int |
hashCode()
Computes and returns the hash code of this attribute handle. |
java.lang.String |
toString()
Returns a string representation of this attribute handle. |
| Method Detail |
public boolean equals(java.lang.Object otherAttributeHandle)
otherAttributeHandle - the other attribute handle to compare this
to
true if this refers to the same attribute as the
other handle, false otherwisepublic int hashCode()
public int encodedLength()
public void encode(byte[] buffer,
int offset)
buffer - the buffer in which to place the encoded handleoffset - the buffer offset at which to store the datapublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||