Interface BytesRefCalculator.BytesRefCalcInstance<T>

Enclosing interface:
BytesRefCalculator<T>

public static interface BytesRefCalculator.BytesRefCalcInstance<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    update(byte[] bytes, int start, int len)
     
  • Method Details

    • update

      void update(byte[] bytes, int start, int len)
    • finish

      T finish()
    • getOuterClass

      Class getOuterClass()