| Modifier and Type | Method and Description |
|---|---|
void |
ResourceList.forEachInputStreamThrowingIOException(ResourceList.InputStreamConsumerThrowsIOException inputStreamConsumerThrowsIOException)
Fetch an
InputStream for each Resource in this ResourceList, pass the
InputStream to the given ResourceList.InputStreamConsumer, then close the InputStream after the
ResourceList.InputStreamConsumer returns, by calling Resource.close(). |
Copyright © 2021. All rights reserved.