public class HexEncodedBinaryFormat extends java.lang.Object implements BinaryFormat
| Constructor and Description |
|---|
HexEncodedBinaryFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString(byte[] input)
Transforms the supplied binary data to a string representation.
|
public java.lang.String toString(byte[] input)
BinaryFormattoString in interface BinaryFormatinput - the binary data input value to convert to StringString representation of the given bytes