Interface PatternMatcherInterface

All Known Implementing Classes:
EmptyPatternMatcher, MultiBytePatternMatcher, SingleBytePatternMatcher

public interface PatternMatcherInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matchesPattern(byte[] source, int location, byte[] pattern)
     
  • Method Details

    • matchesPattern

      boolean matchesPattern(byte[] source, int location, byte[] pattern)