public class LineReader extends java.lang.Object implements java.util.Iterator<Line>
LineReader(java.io.InputStream input)
boolean
hasNext()
Line
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LineReader(java.io.InputStream input)
public boolean hasNext()
hasNext
java.util.Iterator<Line>
public Line next()
next
public void remove()
remove