public class Binary extends Object implements Serializable
Constructor and Description |
---|
Binary(byte[] data)
Creates a Binary object with the default binary type of 0
|
Binary(byte type,
byte[] data)
Creates a Binary object
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getData() |
byte |
getType() |
int |
hashCode() |
int |
length() |