Interface IOUtils.ReaderProcessor
-
- Enclosing class:
- IOUtils
public static interface IOUtils.ReaderProcessorClosure interface used when working withIOUtils#processReader(String). Each time a line is encountered the object that implements this interface will be invoked.- Author:
- ayates
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(java.lang.String line)
-