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(ByteBuffer values) |
encodepublic java.lang.String toString(ByteBuffer values)
toString in class ByteConverterpublic byte[] decode(java.lang.String value)
decode in class ByteConverter