Class ToByteBuffer

  • All Implemented Interfaces:
    java.util.function.Function<java.lang.String,​java.nio.ByteBuffer>

    public class ToByteBuffer
    extends java.lang.Object
    implements java.util.function.Function<java.lang.String,​java.nio.ByteBuffer>
    • Constructor Summary

      Constructors 
      Constructor Description
      ToByteBuffer()  
    • Method Summary

      Modifier and Type Method Description
      java.nio.ByteBuffer apply​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • ToByteBuffer

        public ToByteBuffer()
    • Method Detail

      • apply

        public java.nio.ByteBuffer apply​(java.lang.String input)
        Specified by:
        apply in interface java.util.function.Function<java.lang.String,​java.nio.ByteBuffer>