public class ByteArrayWrapper extends Object implements Comparable<ByteArrayWrapper>, Serializable
Constructor and Description |
---|
ByteArrayWrapper(byte[] data)
constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ByteArrayWrapper o) |
boolean |
equals(Object other)
equals Objects.
|
byte[] |
getData() |
int |
hashCode() |
String |
toString() |
public int compareTo(ByteArrayWrapper o)
compareTo
in interface Comparable<ByteArrayWrapper>
public byte[] getData()
Copyright © 2020. All rights reserved.