Interface RowColDecoderCallback


  • public interface RowColDecoderCallback
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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 Detail

      • foundField

        void foundField​(int fieldOffset,
                        int fieldLen)
      • foundValue

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