Interface ByteMatcher<T>

Type Parameters:
T - The type of object used by the client to identify the matched pattern
All Known Implementing Classes:
BulkPatternByteMatcher, InvalidByteMatcher, MaskedByteSequenceByteMatcher, RegExByteMatcher, UserInputByteMatcher

public interface ByteMatcher<T>
ByteMatcher is the base class for an object that be used to scan bytes looking for sequences that match some criteria. As a convenience, it also stores the input string and settings that were used to generated this ByteMatcher.