public abstract class FileLooper extends Object
Constructor and Description |
---|
FileLooper(File file) |
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 FileLooper(File file) throws FileNotFoundException
FileNotFoundException