futils
Class LineReader
java.lang.Object
futils.LineReader
- All Implemented Interfaces:
- LineProcessor, Stoppable
public class LineReader
- extends java.lang.Object
- implements LineProcessor
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LineReader
public LineReader()
getLines
public java.lang.String[] getLines()
main
public static void main(java.lang.String[] args)
process
public void process(java.lang.String s)
- Specified by:
process
in interface LineProcessor
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
isStopped
public boolean isStopped()
- Specified by:
isStopped
in interface Stoppable