Package | Description |
---|---|
org.apache.commons.io |
Provides classes for working with streams, readers, writers and files.
|
Modifier and Type | Method and 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.
|