Interface InputAnalysisProcess

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void execute​(char[] characters, int length)
      A sequence of characters of the input buffer to be analyzed.
    • Method Detail

      • execute

        void execute​(char[] characters,
                     int length)
        A sequence of characters of the input buffer to be analyzed.
        Parameters:
        characters - the input buffer
        length - the last character position loaded into the buffer.