Class ToMD5ByteBuffer
- java.lang.Object
-
- io.virtdata.libbasics.shared.from_long.to_bytebuffer.ToMD5ByteBuffer
-
- All Implemented Interfaces:
java.util.function.LongFunction<java.nio.ByteBuffer>
public class ToMD5ByteBuffer extends java.lang.Object implements java.util.function.LongFunction<java.nio.ByteBuffer>Converts the byte image of the input long to a MD5 digest in ByteBuffer form.
-
-
Constructor Summary
Constructors Constructor Description ToMD5ByteBuffer()
-
Method Summary
Modifier and Type Method Description java.nio.ByteBufferapply(long value)
-