public class ByteConverterHex extends ByteConverter
| Constructor and Description |
|---|
ByteConverterHex() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(java.lang.String value)
To byte string.
|
java.lang.String |
toString(BufferedBuffer values)
To hex string.
|
java.lang.String |
toString(BufferedBuffer values,
int space) |
encode, toStringpublic java.lang.String toString(BufferedBuffer values)
toString in class ByteConvertervalues - the bytespublic java.lang.String toString(BufferedBuffer values, int space)
public byte[] decode(java.lang.String value)
decode in class ByteConvertervalue - the hex string