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