Uses of Class
org.apache.commons.io.StreamIterator
Package
Description
Provides classes for working with streams, readers, writers and files.
-
Uses of StreamIterator in org.apache.commons.io
Modifier and TypeMethodDescriptionstatic <T> StreamIterator<T>
Wraps and presents a stream as a closable resource that automatically closes itself when reaching the end of stream.