Interface VariantUtil.ObjectHandler<T>

Enclosing class:
VariantUtil

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

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

    • apply

      T apply(int size, int idSize, int offsetSize, int idStart, int offsetStart, int dataStart)
      Parameters:
      size - Number of object fields.
      idSize - The integer size of the field id list.
      offsetSize - The integer size of the offset list.
      idStart - The starting index of the field id list in the variant value array.
      offsetStart - The starting index of the offset list in the variant value array.
      dataStart - The starting index of field data in the variant value array.