Package io.virtdata.conversions.from_int
Class ToByteBuffer
- java.lang.Object
-
- io.virtdata.conversions.from_int.ToByteBuffer
-
- All Implemented Interfaces:
java.util.function.IntFunction<java.nio.ByteBuffer>
public class ToByteBuffer extends java.lang.Object implements java.util.function.IntFunction<java.nio.ByteBuffer>
-
-
Constructor Summary
Constructors Constructor Description ToByteBuffer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBufferapply(int input)
-