public class UL
extends java.lang.Object
Constructor and Description |
---|
UL(byte[] ul)
Constructor for a UL
|
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Getter for UL length
|
byte[] |
getULAsBytes()
Getter for the ul byte[] representing this UL
|
MXFUID |
getULAsMXFUid()
MXFUid representation of a UL
|
java.lang.String |
toString()
toString() method
|
public UL(byte[] ul)
ul
- byte array corresponding to the Universal Label bytespublic MXFUID getULAsMXFUid()
public byte[] getULAsBytes()
public int getLength()
public java.lang.String toString()
toString
in class java.lang.Object