Interface BinaryVariantUtil.ArrayHandler<T>

  • Enclosing class:
    BinaryVariantUtil

    public static interface BinaryVariantUtil.ArrayHandler<T>
    1.
    • Method Detail

      • apply

        T apply​(int size,
                int offsetSize,
                int offsetStart,
                int dataStart)
        Parameters:
        size - Number of array elements.
        offsetSize - The integer size of the offset list.
        offsetStart - The starting index of the offset list in the variant value array.
        dataStart - The starting index of element data in the variant value array.