public class ByteArray extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ByteArray>
| Constructor and Description | 
|---|
ByteArray(byte[] value)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(ByteArray other)  | 
boolean | 
equals(@Nullable java.lang.Object o)  | 
byte[] | 
getValue()  | 
int | 
hashCode()  |