Class IOIteratorAdapter<E>

java.lang.Object
org.apache.commons.io.function.IOIteratorAdapter<E>
Type Parameters:
E - the type of the stream elements.
All Implemented Interfaces:
IOIterator<E>

final class IOIteratorAdapter<E> extends Object implements IOIterator<E>
Adapts an Iterator as an IOIterator.