Class ByteBufferToHex
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.conversions.from_bytebuffer.ByteBufferToHex
- All Implemented Interfaces:
Function<ByteBuffer,String>
Convert the contents of the input ByteBuffer to a String as hexadecimal.
This function is retained to avoid breaking previous workload definitions,
but you should use
ToHexString instead.-
Constructor Details
-
ByteBufferToHex
public ByteBufferToHex()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ByteBuffer,String>
-