Class ByteBufferToHex

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.conversions.from_bytebuffer.ByteBufferToHex
All Implemented Interfaces:
Function<ByteBuffer,String>

public class ByteBufferToHex extends Object implements 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.