Package org.duracloud.common.util
Class LineParsingIterator
java.lang.Object
org.duracloud.common.util.LineParsingIterator
This class iterates over and parses the lines of a stream.
By default it parses tab separated lines.
- Author:
- Daniel Bernstein
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLineParsingIterator(Reader reader) LineParsingIterator(Reader reader, LineParsingIterator.Parseable parsingStrategy) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
LineParsingIterator
-
LineParsingIterator
-
-
Method Details