Class 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.ByteBuffer apply​(long value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ToMD5ByteBuffer

        public ToMD5ByteBuffer()
    • Method Detail

      • apply

        public java.nio.ByteBuffer apply​(long value)
        Specified by:
        apply in interface java.util.function.LongFunction<java.nio.ByteBuffer>