public class ByteArrayRepresentation extends Representation
byte[].| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data
The byte array represented by this representation.
|
| Constructor and Description |
|---|
ByteArrayRepresentation() |
ByteArrayRepresentation(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
byte[] |
get()
Retrieves the stored
byte[]. |
int |
hashCode() |
java.lang.String |
toString() |
public ByteArrayRepresentation()
public ByteArrayRepresentation(byte[] data)
public byte[] get()
byte[].public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object