Interface PatternMatcherInterface
- All Known Implementing Classes:
EmptyPatternMatcher,MultiBytePatternMatcher,SingleBytePatternMatcher
public interface PatternMatcherInterface
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatchesPattern(byte[] source, int location, byte[] pattern)
-
Method Details
-
matchesPattern
boolean matchesPattern(byte[] source, int location, byte[] pattern)
-