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(byte[] values,
int size)
To Binary string.
|
static java.lang.String |
toString(int value) |
encode, toString, toString, toStringpublic static java.lang.String toString(byte value)
public static java.lang.String toString(int value)
public java.lang.String toString(byte[] values,
int size)
toString in class ByteConvertervalues - the bytessize - The size of valuespublic byte[] decode(java.lang.String value)
decode in class ByteConvertervalue - the hex string