Class ToByteBuffer
- java.lang.Object
-
- io.virtdata.conversions.from_long.ToByteBuffer
-
- All Implemented Interfaces:
java.util.function.LongFunction<java.nio.ByteBuffer>
public class ToByteBuffer extends java.lang.Object implements java.util.function.LongFunction<java.nio.ByteBuffer>Convert the input value to aByteBuffer
-
-
Constructor Summary
Constructors Constructor Description ToByteBuffer()
-
Method Summary
Modifier and Type Method Description java.nio.ByteBufferapply(long input)
-