Uses of Class
org.apache.commons.io.StreamIterator
-
Packages that use StreamIterator Package Description org.apache.commons.io Provides classes for working with streams, readers, writers and files. -
-
Uses of StreamIterator in org.apache.commons.io
Methods in org.apache.commons.io that return StreamIterator Modifier and Type Method Description static <T> StreamIterator<T>
StreamIterator. iterator(java.util.stream.Stream<T> stream)
Wraps and presents a stream as a closable resource that automatically closes itself when reaching the end of stream.
-