FileDocCategorySizeDatePackage
LineProcessor.javaAPI DocAzureus 3.0.3.41424Fri Mar 12 11:00:20 GMT 2004org.pf.file

LineProcessor

public interface LineProcessor
A simple interface that allows processing a longer text line by line. Usually used together with FileUtil.processTextLines().
author
Manfred Duchrow
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public booleanprocessLine(java.lang.String line, int lineNo)
Processes the given line and returns true if the caller should continue. If false is returned, the caller should stop.

param
line The line to process (must not be null)
param
lineNo The linen number (starting with 1)