Interface DataBufferUtils.Matcher

    • Method Detail

      • match

        int match​(DataBuffer dataBuffer)
        Find the first matching delimiter and return the index of the last byte of the delimiter, or -1 if not found.
      • reset

        void reset()
        Reset the state of this matcher.