public class ByteConverterBinary extends ByteConverter
| Constructor and Description |
|---|
ByteConverterBinary() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(java.lang.String value)
To byte string.
|
static java.lang.String |
toString(byte value) |
java.lang.String |
toString(ByteBuffer values)
To Binary string.
|
static java.lang.String |
toString(int value) |
encodepublic static java.lang.String toString(byte value)
public static java.lang.String toString(int value)
public 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