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