Interface ByteBufferAllocator

    • Method Detail

      • allocate

        java.nio.ByteBuffer allocate​(int size)
        Allocates ByteBuffer of the given size.
        Parameters:
        size - the size of the buffer.
        Returns:
        byte buffer.