@FunctionalInterface public static interface ResourceList.InputStreamConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Resource resource,
InputStream inputStream)
Consume a
Resource as an InputStream. |
void accept(Resource resource, InputStream inputStream)
Resource as an InputStream.resource - The Resource used to open the InputStream.inputStream - The InputStream opened on the resource.Copyright © 2021. All rights reserved.