| Modifier and Type | Method and Description |
|---|---|
void |
ResourceList.forEachInputStream(ResourceList.InputStreamConsumer inputStreamConsumer)
Deprecated.
|
void |
ResourceList.forEachInputStream(ResourceList.InputStreamConsumer inputStreamConsumer,
boolean ignoreIOExceptions)
|
void |
ResourceList.forEachInputStreamIgnoringIOException(ResourceList.InputStreamConsumer inputStreamConsumer)
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() for each Resource. |
Copyright © 2021. All rights reserved.