public class UniversalLabel extends Object
Modifier and Type | Field and Description |
---|---|
static int |
LENGTH |
Constructor and Description |
---|
UniversalLabel(byte[] bytes)
Construct a UL from a byte array.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getBytes()
Get the byte array.
|
int |
hashCode() |
public static final int LENGTH
public UniversalLabel(byte[] bytes)
bytes
- The UL byte arrayIllegalArgumentException
- if the array does not contain a valid ULCopyright © 2022 West Ridge Systems. All rights reserved.