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(ByteBuffer values)
To simple string.
|
encodepublic java.lang.String toString(ByteBuffer values)
toString in class ByteConvertervalues - the bytespublic byte[] decode(java.lang.String value)
decode in class ByteConvertervalue - the hex string