Class ReplyIterator

java.lang.Object
org.apache.commons.net.nntp.ReplyIterator
All Implemented Interfaces:
Iterable<String>, Iterator<String>

final class ReplyIterator extends Object implements Iterator<String>, Iterable<String>
Wraps a BufferedReader and returns an Iterable<String> which returns the individual lines from the reader.
Since:
3.0