- All Implemented Interfaces:
Supplier<String>
Makes a
String byte array that can represent bool,
double, int or
String.
- Since:
- 0.36
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VerboseBytesAsString
public VerboseBytesAsString(byte[] data)
Ctor.
- Parameters:
data - Data.
-