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