public class TextFile extends Object implements Iterable
This class allows line-by-line iteration through a text file.
The iterator's remove() method throws UnsupportedOperatorException.
The iterator wraps and rethrows IOExceptions as IllegalArgumentExceptions.