public class ByteConverterSimple extends ByteConverter
| Constructor and Description |
|---|
ByteConverterSimple() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(java.lang.String value) |
java.lang.String |
toString(byte[] values,
int size) |
encode, toString, toString, toStringpublic java.lang.String toString(byte[] values,
int size)
toString in class ByteConverterpublic byte[] decode(java.lang.String value)
decode in class ByteConverter