public interface StringSearchAlgorithm
| Modifier and Type | Method and Description |
|---|---|
StringFinder |
createFinder(ByteProvider bytes,
StringFinderOption... options)
creates a StringFinder instance from the pattern (given by the current instance) and the given document.
|
int |
getPatternLength() |
StringFinder createFinder(ByteProvider bytes, StringFinderOption... options)
bytes - the given document wrapped into a ByteProvideroptions - the configuration options for the string finderint getPatternLength()
Copyright © 2016. All rights reserved.