@Immutable
public final class MXFUID
extends java.lang.Object
Constructor and Description |
---|
MXFUID(byte[] uid)
Instantiates a new MXF uid.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
A method that compares 2 MXF UIDs.
|
byte[] |
getUID()
Getter for uid as a byte[]
|
int |
hashCode()
A method to generate hash code for this MXF uid
|
java.lang.String |
toString()
A method that returns a string representation of a MXFUid object
|
public MXFUID(byte[] uid)
uid
- the uidpublic byte[] getUID()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- the object that needs to compared with this MXFUid objectpublic int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object