public class SingleBytePatternMatcher extends Object implements PatternMatcherInterface
| Constructor and Description | 
|---|
SingleBytePatternMatcher()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
matchesPattern(byte[] source,
              int location,
              byte[] pattern)  | 
public boolean matchesPattern(byte[] source,
                              int location,
                              byte[] pattern)
matchesPattern in interface PatternMatcherInterface