| Modifier and Type | Method and Description |
|---|---|
void |
ResourceList.forEachInputStream(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(). |
void |
ResourceList.forEachInputStream(ResourceList.InputStreamConsumer inputStreamConsumer,
boolean ignoreIOExceptions)
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 © 2020. All rights reserved.