Package de.ufinke.cubaja.io
Interface StdProcessor
-
- All Known Implementing Classes:
StdWriter
public interface StdProcessorProcessor of lines read byStdReader.- Author:
- Uwe Finke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Cleanup when all lines have been processed.voidprocessLine(String line)Process a line.
-