public class ByteConverterString extends ByteConverter
| Constructor and Description |
|---|
ByteConverterString() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(java.lang.String value)
To byte string.
|
java.lang.String |
toString(byte[] values,
int size)
To simple string.
|
encode, toString, toString, toStringpublic java.lang.String toString(byte[] values,
int size)
toString in class ByteConvertervalues - the bytessize - The len of valuespublic byte[] decode(java.lang.String value)
decode in class ByteConvertervalue - the hex string