public interface BinaryFormat
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString(byte[] input)
Transforms the supplied binary data to a string representation.
|
java.lang.String toString(byte[] input)
input
- the binary data input value to convert to String
String
representation of the given bytes