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)
BinaryFormat
toString
in interface BinaryFormat
input
- the binary data input value to convert to String
String
representation of the given bytes