public abstract static class FinderFactory.AbstractBlocksFinder extends FinderFactory.AbstractFinder implements FinderFactory.BlocksFinder
found
Constructor and Description |
---|
AbstractBlocksFinder() |
Modifier and Type | Method and Description |
---|---|
protected void |
addBlock(int blkStartPos,
int blkEndPos) |
protected void |
closeBlocks()
Insert closing sequence [-1, -1]
|
String |
debugBlocks() |
int[] |
getBlocks()
Get the array filled with position blocks.
|
void |
reset()
Reset the finder
|
void |
setBlocks(int[] blocks)
Set the array into which the finder puts
the position blocks.
|
isFound
public void reset()
FinderFactory.AbstractFinder
reset
in interface Finder
reset
in class FinderFactory.AbstractFinder
public int[] getBlocks()
FinderFactory.BlocksFinder
getBlocks
in interface FinderFactory.BlocksFinder
public void setBlocks(int[] blocks)
FinderFactory.BlocksFinder
setBlocks
in interface FinderFactory.BlocksFinder
protected void addBlock(int blkStartPos, int blkEndPos)
protected void closeBlocks()
public String debugBlocks()
Built on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.