| Constructor and Description |
|---|
ByteableString(byte[] bytes) |
ByteableString(String s) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IByteable other)
Comparator-function for byteable, see
Comparable |
boolean |
equals(Object arg0) |
int |
hashCode() |
byte[] |
toByteArray() |
String |
toString() |
public String string
public ByteableString(String s)
public ByteableString(byte[] bytes)
public byte[] toByteArray()
toByteArray in interface IByteablepublic int compareTo(IByteable other)
IByteableComparableCopyright © 2018. All rights reserved.