|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to provide line-based processing of text files.
Method Summary | |
void |
processLine(java.lang.String line)
This method gets called for each line processed containing the text of the line. |
void |
reset()
This method gets called to reset any internal state maintained by the instance prior to starting any input. |
Method Detail |
public void processLine(java.lang.String line) throws java.lang.Exception
line
- the line of the input file
java.lang.Exception
- if an error occurs processing the linepublic void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |