public interface SeekableMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
find(Seekable seekable)
Move the position to the next match.
|
boolean |
isForward()
Whether the matcher matches in forward direction and thus nextPos() moves towards the end of the match.
|
void |
resetState()
Reset the state of the matcher such that it can be used with a fresh seekable
|
boolean isForward()
void resetState()
boolean find(Seekable seekable) throws IOException
seekable - IOExceptionCopyright © 2020. All rights reserved.