Interface RowColDecoderCallback


public interface RowColDecoderCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    foundField(int fieldOffset, int fieldLen)
     
    void
    foundValue(int valueOffset, int valueLength, long version, boolean isLast, int isDelete, int isDeleteExact)
     
  • Method Details

    • foundField

      void foundField(int fieldOffset, int fieldLen)
    • foundValue

      void foundValue(int valueOffset, int valueLength, long version, boolean isLast, int isDelete, int isDeleteExact)