Interface BinaryVariantUtil.ObjectHandler<T>

  • Enclosing class:
    BinaryVariantUtil

    public static interface BinaryVariantUtil.ObjectHandler<T>
    1.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T apply​(int size, int idSize, int offsetSize, int idStart, int offsetStart, int dataStart)  
    • Method Detail

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