Class MaxLinesPrematchHandle

  • All Implemented Interfaces:
    IPrematchHandle

    public class MaxLinesPrematchHandle
    extends Object
    implements IPrematchHandle
    This class first caches up to a specified number of lines before the matching is found. The lines will be released whenever it is asked to do so.

    • Constructor Detail

      • MaxLinesPrematchHandle

        public MaxLinesPrematchHandle​(int maxPrematchLines)