public abstract static class EntityExtractionResourceBuilder.StreamLooper extends Object
Constructor and Description |
---|
StreamLooper(BufferedReader reader) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doWork(String s)
Do what you want to each line here.
|
void |
loop()
Iterates through each line to do the work.
|
public StreamLooper(BufferedReader reader)