| Modifier and Type | Field and Description | 
|---|---|
byte[] | 
key  | 
| Constructor and Description | 
|---|
ByteMatcher(byte[] key)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
match(byte[] a)
Matches the pre-compiled byte array token against a
 byte array variable and returns the index of the key
 within the array. 
 |