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