public final class BinaryType extends Object implements Comparable<BinaryType>
| Constructor and Description |
|---|
BinaryType(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BinaryType o) |
boolean |
equals(Object obj) |
byte |
getByte(int index)
Get the byte value at a given index
|
byte[] |
getBytes() |
byte[] |
getBytesDirect() |
int |
getLength() |
int |
hashCode() |
BlobType |
toBlob() |
String |
toString()
Returns the hex string representing the binary value.
|
public byte[] getBytesDirect()
public byte[] getBytes()
public byte getByte(int index)
index - public int getLength()
public int compareTo(BinaryType o)
compareTo in interface Comparable<BinaryType>public String toString()
public BlobType toBlob()
Copyright © 2019 JBoss by Red Hat. All rights reserved.