Interface VariantUtil.ArrayHandler<T>

Enclosing class:
VariantUtil

public static interface VariantUtil.ArrayHandler<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(int size, int offsetSize, int offsetStart, int dataStart)
     
  • Method Details

    • 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.